Gets or sets the font of the
Style.
public Font Font {get; set;}
'Declaration
Public Property Font As Font
'Usage
Dim instance As Style
Dim value As Font
instance.Font = value
value = instance.Font
Property Value
The
Font value that indicates the font.