Enum Side | Terminal.Gui v2 (original) (raw)

Namespace

Terminal.Gui

Assembly

Terminal.Gui.dll

Indicates the side for Pos operations.

public enum Side

Extension Methods

SideExtensions.AsInt32(Side)

SideExtensions.AsUInt32(Side)

SideExtensions.FastIsDefined(Side, int)

Fields

Bottom = 3

The bottom (Y + Height) side of the view.

Left = 0

The left (X) side of the view.

Right = 2

The right (X + Width) side of the view.

Top = 1

The top (Y) side of the view.

Edit this page