Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / TabManager Class / TabFont Property


In This Topic
TabFont Property (TabManager)
In This Topic
Gets or sets the font of the tab text.
Syntax
'Declaration
 
Public Overridable Property TabFont As Font
 
'Usage
 
Dim instance As TabManager
Dim value As Font
 
instance.TabFont = value
 
value = instance.TabFont
See Also