Search Results for

    Show / Hide Table of Contents

    Class Application.ResizedEventArgs

    Event arguments for the Resized event.
    Inheritance
    System.Object
    Application.ResizedEventArgs
    Namespace: Terminal.Gui
    Assembly: Terminal.Gui.dll
    Syntax
    public class ResizedEventArgs : EventArgs

    Constructors

    ResizedEventArgs()

    Declaration
    public ResizedEventArgs()

    Properties

    Cols

    The number of columns in the resized terminal.
    Declaration
    public int Cols { get; set; }
    Property Value
    Type Description
    System.Int32

    Rows

    The number of rows in the resized terminal.
    Declaration
    public int Rows { get; set; }
    Property Value
    Type Description
    System.Int32
    In This Article
    Back to top Generated by DocFX