Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / Style Class / TextAlign Property

In This Topic
    TextAlign Property (Style)
    In This Topic
    Gets or sets the horizontal text alignment.
    Syntax
    'Declaration
     
    Public Property TextAlign As RdlEnum(Of TextAlign)
    public RdlEnum<TextAlign> TextAlign {get; set;}
    See Also