ComponentOne MultiSelect for WinForms
C1.Framework.Drawing.Gdi Namespace / TabUnit Enumeration

In This Topic
    TabUnit Enumeration
    In This Topic
    Specifies the unit of the tab stops or offset.
    Syntax
    'Declaration
     
    
    Public Enum TabUnit 
       Inherits System.Enum
    public enum TabUnit : System.Enum 
    Members
    MemberDescription
    CharacterThe unit of the tab stops or offset are base on the character number.
    PixelThe unit of the tab stops or offset is base on logical point of the display surface.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Framework.Drawing.Gdi.TabUnit

    See Also