Spread WinForms 15
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / LabelArea Class / TextFont Property


In This Topic
TextFont Property (LabelArea)
In This Topic
Gets or sets the font of the text.
Syntax
'Declaration
 
Public Property TextFont As Font
 
'Usage
 
Dim instance As LabelArea
Dim value As Font
 
instance.TextFont = value
 
value = instance.TextFont
Remarks
A value of null (Nothing in VB) indicates that the font is automatically determined.
See Also