Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Font Structure / ThemeFont Property


In This Topic
    ThemeFont Property (Font)
    In This Topic
    Gets the ThemeFont value of this Font.
    Syntax
    'Declaration
     
    
    Public Property ThemeFont As ThemeFont
    'Usage
     
    
    Dim instance As Font
    Dim value As ThemeFont
     
    instance.ThemeFont = value
     
    value = instance.ThemeFont
    public ThemeFont ThemeFont {get; set;}

    Property Value

    A ThemeFont value represents the ThemeFont value of this Font.
    See Also