Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / IThemeFont Interface / AutoFontSize Property


In This Topic
    AutoFontSize Property (IThemeFont)
    In This Topic
    Gets or sets whether font size is auto adjusted when terminal window size changed.
    Syntax
    'Declaration
     
    
    Property AutoFontSize As Boolean
    'Usage
     
    
    Dim instance As IThemeFont
    Dim value As Boolean
     
    instance.AutoFontSize = value
     
    value = instance.AutoFontSize
    bool AutoFontSize {get; set;}

    Property Value

    The default value is True.

    When this property is True, Reflection automatically adjusts the font size so that the entire terminal display is always visible.
    When this property is False, Reflection uses the font size specified by FontSize. Scroll bars appear when the Reflection window size is too small to show the entire terminal window display.

    See Also