ComponentOne Basic Library for WPF and Silverlight
Shape Property (C1TabItemBorder)


C1.Silverlight Namespace > C1TabItemBorder Class : Shape Property
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;}
See Also

Reference

C1TabItemBorder Class
C1TabItemBorder Members