C1.Silverlight Namespace / C1TabItemShape Enumeration

C1TabItemShape Enumeration
Supported shapes for the C1TabItem
Syntax
'Declaration
 
Public Enum C1TabItemShape 
   Inherits 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.Silverlight.C1TabItemShape

See Also