InfoConnect for Unisys
FontSize Property (IThemeFont)


Gets or sets the size of the terminal session font in points
Syntax
'Declaration
 
Property FontSize As Integer
'Usage
 
Dim instance As IThemeFont
Dim value As Integer
 
instance.FontSize = value
 
value = instance.FontSize
int FontSize {get; set;}
See Also