Table of Contents

Property Frame

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

Frame

Gets or sets the frame for the view. The frame is relative to the view's container (SuperView).

public virtual Rect Frame { get; set; }

Property Value

Rect

The frame.

Remarks

Change the Frame when using the Absolute layout style to move or resize views.

Altering the Frame of a view will trigger the redrawing of the view as well as the redrawing of the affected regions of the SuperView.