Spread WPF 17
GrapeCity.Excel Namespace / IFontScheme Interface / MinorFont Property


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

    Property Value

    The minor font scheme
    See Also