ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1TabControl Class / TabItemShape Property



In This Topic
    TabItemShape Property
    In This Topic
    Gets or sets the geometric shape of the tabs.
    Syntax
    'Declaration
     
    
    Public Property TabItemShape As C1TabItemShape
    'Usage
     
    
    Dim instance As C1TabControl
    Dim value As C1TabItemShape
     
    instance.TabItemShape = value
     
    value = instance.TabItemShape
    public C1TabItemShape TabItemShape {get; set;}
    public:
    property C1TabItemShape TabItemShape {
       C1TabItemShape get();
       void set (    C1TabItemShape value);
    }
    See Also