Spread Windows Forms 12.0 Product Documentation
ThemeFont Property (Font)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > Font Structure : ThemeFont Property
Gets the ThemeFont value of this Font.
Syntax
'Declaration
 
Public Property ThemeFont As ThemeFont
'Usage
 
Dim instance As Font
Dim value As ThemeFont
 
instance.ThemeFont = value
 
value = instance.ThemeFont
public ThemeFont ThemeFont {get; set;}

Property Value

A ThemeFont value represents the ThemeFont value of this Font.
See Also

Reference

Font Structure
Font Members