ComponentOne Basic Library for WPF and Silverlight
TabShape Property (C1TabItem)


C1.Silverlight 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;}
See Also

Reference

C1TabItem Class
C1TabItem Members