Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / ITheme Interface / Font Property


In This Topic
Font Property (ITheme)
In This Topic
Gets the font object associated with the theme.
Syntax
'Declaration
 
ReadOnly Property Font As IThemeFont
 
'Usage
 
Dim instance As ITheme
Dim value As IThemeFont
 
value = instance.Font
See Also