InfoConnect API Guide
Attachmate.Reflection.Emulation.Common Namespace / IThemeFont Interface / AutoFontSize Property


In This Topic
    AutoFontSize Property (IThemeFont)
    In This Topic
    Gets or sets a value indicating whether the font size is auto adjusted when the terminal window size changes.
    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;}
    See Also