Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / DefaultTabShape Enumeration


In This Topic
    DefaultTabShape Enumeration
    In This Topic
    Specifies the default tab shape.
    Syntax
    'Declaration
     
    
    Public Enum DefaultTabShape 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As DefaultTabShape
    public enum DefaultTabShape : System.Enum 
    Members
    MemberDescription
    AngledDisplays the tab as angled
    RoundedDisplays the tab as rounded
    SquareDisplays the tab as square
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             FarPoint.Win.DefaultTabShape

    See Also