Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Font Structure / ThemeFont Property


In This Topic
ThemeFont Property (Font)
In This Topic
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

Property Value

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