ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Document.Drawing.Gdi Assembly / GrapeCity.ActiveReports.Core.Document.Drawing.Gdi.Text Namespace / RText.TabType Enumeration

In This Topic
    RText.TabType Enumeration
    In This Topic
    Specifies tab stop types.
    Syntax
    'Declaration
     
    Public Enum RText.TabType 
       Inherits System.Enum
    public enum RText.TabType : System.Enum 
    Members
    MemberDescription
    CenterThe center
    LeftThe left
    RightThe right
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.ActiveReports.Core.Document.Drawing.Gdi.Text.RText.TabType

    See Also