ComponentOne FlexReport for UWP
Align Property (Field)

C1.UWP.FlexReport Assembly > C1.Xaml.FlexReport Namespace > Field Class : Align Property
Gets or sets the text alignment within the field.
Syntax
'Declaration
 
Public Property Align As FieldAlignEnum
public FieldAlignEnum Align {get; set;}
Remarks

This property determines how text is aligned within the field.

To control picture alignment, use the PictureAlign property.

See Also

Reference

Field Class
Field Members
FieldAlignEnum Enumeration