InfoConnect for Unisys
Bold Property (IThemeFont)


Gets or sets whether the terminal font has the bold attribute.
Syntax
'Declaration
 
Property Bold As Boolean
'Usage
 
Dim instance As IThemeFont
Dim value As Boolean
 
instance.Bold = value
 
value = instance.Bold
bool Bold {get; set;}
See Also