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


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

    Property Value

    The major font scheme
    See Also