Class View.LayoutEventArgs
Event arguments for the LayoutComplete event.
Inherited Members
Namespace: Terminal.Gui
Assembly: Terminal.Gui.dll
Syntax
public class View.LayoutEventArgs : EventArgs
Properties
| Edit this page View SourceOldBounds
The view-relative bounds of the View before it was laid out.
Declaration
public Rect OldBounds { get; set; }
Property Value
| Type | Description |
|---|---|
| Rect |