InfoConnect for Airlines
Bold Property (IThemeFont)


Gets or sets a value indicating 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