Spread Windows Forms 15.0
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
    public virtual Font TabFont {get; set;}
    See Also