Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.UI Namespace / WorkbookStateEventArgs Class / ThemeFonts Property


In This Topic
    ThemeFonts Property
    In This Topic
    Gets or sets a value indicting whether the theme fonts are changed.
    Syntax
    'Declaration
     
    
    Public Property ThemeFonts As Boolean
    'Usage
     
    
    Dim instance As WorkbookStateEventArgs
    Dim value As Boolean
     
    instance.ThemeFonts = value
     
    value = instance.ThemeFonts
    public bool ThemeFonts {get; set;}
    See Also