ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1TabItemBorder Class / Shape Property



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