Spread WPF 18
GrapeCity.Wpf.SpreadSheet Namespace / FontInfo Class / ThemeFont Property


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

    Property Value

    The theme font.
    See Also