FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / NamedStyle Class / Font Property


In This Topic
Font Property (NamedStyle)
In This Topic
Gets or sets the font for the style.
Syntax
'Declaration
 
Public Overrides Property Font As Font
 
'Usage
 
Dim instance As NamedStyle
Dim value As Font
 
instance.Font = value
 
value = instance.Font
See Also