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
public Font TextFont {get; set;}
Example
This example sets the TextFont property.
See Also