Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / FontPicker Class / FontName Property


In This Topic
FontName Property (FontPicker)
In This Topic
Gets or sets the name of the font.
Syntax
'Declaration
 
Public Overridable Property FontName As String
 
'Usage
 
Dim instance As FontPicker
Dim value As String
 
instance.FontName = value
 
value = instance.FontName
See Also