Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / IThemeFont Interface / AutoFontSize Property


In This Topic
AutoFontSize Property (IThemeFont)
In This Topic
Gets or sets whether font size is auto adjusted when terminal window size changed.
Syntax
'Declaration
 
Property AutoFontSize As Boolean
 
'Usage
 
Dim instance As IThemeFont
Dim value As Boolean
 
instance.AutoFontSize = value
 
value = instance.AutoFontSize
See Also