Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IFont Interface / ThemeFont Property


In This Topic
    ThemeFont Property (IFont)
    In This Topic
    Gets or sets the theme font in the applied font scheme that is associated with the specified object.
    Syntax
    'Declaration
     
    
    Property ThemeFont As ThemeFont
    'Usage
     
    
    Dim instance As IFont
    Dim value As ThemeFont
     
    instance.ThemeFont = value
     
    value = instance.ThemeFont
    ThemeFont ThemeFont {get; set;}

    Property Value

    The theme font.
    See Also