ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1TabItem Class / TabShape Property



In This Topic
    TabShape Property (C1TabItem)
    In This Topic
    Gets or sets the visual form of the control.
    Syntax
    'Declaration
     
    
    Public Property TabShape As C1TabItemShape
    'Usage
     
    
    Dim instance As C1TabItem
    Dim value As C1TabItemShape
     
    instance.TabShape = value
     
    value = instance.TabShape
    public C1TabItemShape TabShape {get; set;}
    public:
    property C1TabItemShape TabShape {
       C1TabItemShape get();
       void set (    C1TabItemShape value);
    }
    See Also