ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1TabItemShape Enumeration

In This Topic
    C1TabItemShape Enumeration
    In This Topic
    Supported shapes for the C1TabItem
    Syntax
    'Declaration
     
    Public Enum C1TabItemShape 
       Inherits System.Enum
    public enum C1TabItemShape : System.Enum 
    Members
    MemberDescription
    RectangleSquared tab shape.
    RibbonS-shaped tab.
    RoundedRounded tab shape.
    SlopedSloped tab shape.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Xaml.C1TabItemShape

    See Also