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


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