InfoConnect for Airlines
FontName Property (IThemeFont)


Gets or sets the face name of the terminal font to use
Syntax
'Declaration
 
Property FontName As String
'Usage
 
Dim instance As IThemeFont
Dim value As String
 
instance.FontName = value
 
value = instance.FontName
string FontName {get; set;}
See Also