FlexReport for WPF | ComponentOne
C1.WPF.FlexReport.4.6.2 Assembly / C1.WPF.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