ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Drawing Namespace / TextAlignment Enumeration

In This Topic
    TextAlignment Enumeration
    In This Topic
    Enum TextAlignment
    Syntax
    'Declaration
     
    Public Enum TextAlignment 
       Inherits System.Enum
    public enum TextAlignment : System.Enum 
    Members
    MemberDescription
    CenterThe center
    JustifyThe justify
    LeftThe left
    RightThe right
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.ActiveReports.Drawing.TextAlignment

    See Also