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

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also