Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Core Namespace / ThemeFonts Class / DefaultFont Property


In This Topic
    DefaultFont Property (ThemeFonts)
    In This Topic
    Return the font when the font matches with cultureInfo is not found
    Syntax
    'Declaration
     
    
    Public ReadOnly Property DefaultFont As String
    'Usage
     
    
    Dim instance As ThemeFonts
    Dim value As String
     
    value = instance.DefaultFont
    public string DefaultFont {get;}
    See Also