Spread WPF 17
GrapeCity.Excel Namespace / FontScheme Class / MinorFont Property


In This Topic
    MinorFont Property (FontScheme)
    In This Topic
    Gets the minor font of the font scheme
    Syntax
    'Declaration
     
    Public ReadOnly Property MinorFont As IThemeFonts
    'Usage
     
    Dim instance As FontScheme
    Dim value As IThemeFonts
     
    value = instance.MinorFont
    public IThemeFonts MinorFont {get;}

    Property Value

    The minor font scheme
    See Also