InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts Namespace / IThemeFont Interface / FontSize Property


In This Topic
    FontSize Property (IThemeFont)
    In This Topic
    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;}

    Property Value

    The default value is 12.

    The range of values is 3 to 72. If you select a value within this range that is not supported by the current font, InfoConnect substitutes a similar font size. Values outside this range return an error.

    Remarks
    This property has no effect when AutoFontSize is True (the default).
    See Also