Spread WPF 17
GrapeCity.Excel Namespace / ThemeFont Class / Script Property


In This Topic
    Script Property (ThemeFont)
    In This Topic
    Specified the script, or language, in which the typeface is supposed to be used
    Syntax
    'Declaration
     
    Public ReadOnly Property Script As String
    'Usage
     
    Dim instance As ThemeFont
    Dim value As String
     
    value = instance.Script
    public string Script {get;}
    See Also