ComponentOne Basic Library for WPF and Silverlight
TabItemShape Property (C1TabControl)


C1.WPF Namespace > C1TabControl Class : TabItemShape Property
Gets or sets the geometric shape of the tabs.
Syntax
'Declaration
 
Public Property TabItemShape As C1TabItemShape
'Usage
 
Dim instance As C1TabControl
Dim value As C1TabItemShape
 
instance.TabItemShape = value
 
value = instance.TabItemShape
public C1TabItemShape TabItemShape {get; set;}
See Also

Reference

C1TabControl Class
C1TabControl Members