Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FlatInterfaceRenderer Class / ActiveFontStyle Property


In This Topic
    ActiveFontStyle Property (FlatInterfaceRenderer)
    In This Topic
    Gets or sets the font style of the sheet tab when active or the mouse is over the tab.
    Syntax
    'Declaration
     
    
    Public Property ActiveFontStyle As FontStyle
    'Usage
     
    
    Dim instance As FlatInterfaceRenderer
    Dim value As FontStyle
     
    instance.ActiveFontStyle = value
     
    value = instance.ActiveFontStyle
    public FontStyle ActiveFontStyle {get; set;}
    See Also