In This Topic
Gets or sets the font properties for the text in the tabs.
Syntax
'Declaration
Public Overrides Property Font As Font
'Usage
Dim instance As TabStrip
Dim value As Font
instance.Font = value
value = instance.Font
public override Font Font {get; set;}
See Also