Table of Contents

Method PositionToplevel

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

PositionToplevel(Toplevel?)

Adjusts the location and size of top within this Toplevel. Virtual method enabling implementation of specific positions for inherited Toplevel views.

public virtual void PositionToplevel(Toplevel? top)

Parameters

top Toplevel

The Toplevel to adjust.