FontFamily Property (TextBoxStyleContent)
In This Topic
Gets or sets the font family of the text.
Syntax
'Declaration
Public Property FontFamily As String
public string FontFamily {get; set;}
Property Value
The font family of the text as a
System.String.
See Also