Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Core Namespace / ThemeFontScheme Class / Name Property


In This Topic
    Name Property (ThemeFontScheme)
    In This Topic
    The name of the font scheme shown in the user interface
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Name As String
    'Usage
     
    
    Dim instance As ThemeFontScheme
    Dim value As String
     
    value = instance.Name
    public string Name {get;}
    See Also