Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / TabStrip Class / Font Property


In This Topic
    Font Property (TabStrip)
    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