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


In This Topic
    Typeface Property (ThemeFont)
    In This Topic
    Specifies the font face to use
    Syntax
    'Declaration
     
    Public ReadOnly Property Typeface As String
    'Usage
     
    Dim instance As ThemeFont
    Dim value As String
     
    value = instance.Typeface
    public string Typeface {get;}
    See Also