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


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

    Property Value

    The major font scheme
    See Also