Gets or sets the font of the text displayed by the control.
public Font Font {get; set;}
'Declaration
Public Property Font As Font
'Usage
Dim instance As Control
Dim value As Font
instance.Font = value
value = instance.Font
Property Value
The
Font to apply to the text displayed by the control.