In This Topic
Gets a
FontStyle value indicates the font style.
Syntax
'Declaration
Public Property Style As FontStyle
'Usage
Dim instance As Font
Dim value As FontStyle
instance.Style = value
value = instance.Style
public FontStyle Style {get; set;}
Property Value
A
FontStyle value represents the font style.
See Also