SelectedFontFamily Property (InvalidFontFamily)
In This Topic
Gets or sets a FontFamily name of one of the installed fonts that will be returned as
SelectedFontFamily for any incorrect input.
Syntax
'Declaration
Public Property SelectedFontFamily As String
public string SelectedFontFamily {get; set;}
See Also