Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / ITabManager Interface / TabFont Property


In This Topic
    TabFont Property (ITabManager)
    In This Topic
    Gets or sets the font of the tab.
    Syntax
    'Declaration
     
    
    Property TabFont As Font
    'Usage
     
    
    Dim instance As ITabManager
    Dim value As Font
     
    instance.TabFont = value
     
    value = instance.TabFont
    Font TabFont {get; set;}
    See Also