Class Application.ResizedEventArgs
Event arguments for the Resized event.
Inherited Members
Namespace: Terminal.Gui
Assembly: Terminal.Gui.dll
Syntax
public class Application.ResizedEventArgs : EventArgs
Properties
| Edit this page View SourceCols
The number of columns in the resized terminal.
Declaration
public int Cols { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Rows
The number of rows in the resized terminal.
Declaration
public int Rows { get; set; }
Property Value
| Type | Description |
|---|---|
| int |