[]
        
(Showing Draft Content)

C1.Report.Field.Align

Align Property

Align

Gets or sets the text alignment within the field.

Declaration
[C1Category("Appearance")]
[C1Description("Field.Align", "The text alignment within the field.")]
public FieldAlignEnum Align { get; set; }
<C1Category("Appearance")>
<C1Description("Field.Align", "The text alignment within the field.")>
Public Property Align As FieldAlignEnum
Remarks

This property determines how text is aligned within the field.

To control picture alignment, use the PictureAlign property.

See Also