FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport Namespace / RtfField Class / Align Property

In This Topic
    Align Property (RtfField)
    In This Topic
    Gets or sets a value indicating how text is aligned within the field. This property is used only if the field's text is not enclosed in RTF begin/end tags "{\rtf1" and "}".
    Syntax
    'Declaration
     
    Public Property Align As FieldAlignEnum
    public FieldAlignEnum Align {get; set;}
    See Also