Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / TextAlign Enumeration

In This Topic
    TextAlign Enumeration
    In This Topic
    Specifies horizontal text alignment.
    Syntax
    'Declaration
     
    Public Enum TextAlign 
       Inherits System.Enum
    public enum TextAlign : System.Enum 
    Members
    MemberDescription
    CenterCentered text.
    DefaultDefault. Treated as General.
    GeneralText alignment is derived from the data type and Direction.
    LeftLeft aligned text.
    RightRight aligned text.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.C1Rdl.Rdl2008.TextAlign

    See Also