Search Results for

    Show / Hide Table of Contents

    Class View.LayoutEventArgs

    Event arguments for the LayoutComplete event.
    Inheritance
    object
    EventArgs
    View.LayoutEventArgs
    Inherited Members
    EventArgs.Empty
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Terminal.Gui
    Assembly: Terminal.Gui.dll
    Syntax
    public class View.LayoutEventArgs : EventArgs

    Properties

    | Edit this page View Source

    OldBounds

    The view-relative bounds of the View before it was laid out.
    Declaration
    public Rect OldBounds { get; set; }
    Property Value
    Type Description
    Rect
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX