Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / TabShape Enumeration

In This Topic
    TabShape Enumeration
    In This Topic
    Specifies the shape of the tabs in the C1DockingTab control.
    Syntax
    'Declaration
     
    
    Public Enum TabShape 
       Inherits System.Enum
    public enum TabShape : System.Enum 
    Members
    MemberDescription
    RectangleRectangular tab shape.
    RoundedTabs are rounded.
    SlopingTabs are sloped on one side.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.Command.TabShape

    See Also