ComponentOne FinancialChart for WPF
TabShape Property (C1TabItem)



C1.WPF Namespace > C1TabItem Class : TabShape Property
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

Reference

C1TabItem Class
C1TabItem Members