InfoConnect API Guide
Attachmate.Reflection.Emulation.Common 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;}
    See Also