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