In This Topic
Gets the typeface, or name of the font that is to be used
Syntax
'Declaration
Public ReadOnly Property Typeface As String
'Usage
Dim instance As TextFont
Dim value As String
value = instance.Typeface
public string Typeface {get;}
See Also