InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts Namespace / ITheme Interface / Font Property


In This Topic
    Font Property (ITheme)
    In This Topic
    Gets the font object associated with the theme.
    Syntax
    'Declaration
     
    
    ReadOnly Property Font As IThemeFont
    'Usage
     
    
    Dim instance As ITheme
    Dim value As IThemeFont
     
    value = instance.Font
    IThemeFont Font {get;}
    See Also