Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / TabStrip Class / DefaultTabShape Property


In This Topic
DefaultTabShape Property
In This Topic
Gets or sets the default tab shape.
Syntax
'Declaration
 
Public Overridable Property DefaultTabShape As DefaultTabShape
 
'Usage
 
Dim instance As TabStrip
Dim value As DefaultTabShape
 
instance.DefaultTabShape = value
 
value = instance.DefaultTabShape
See Also