Table of Contents

Enum Pos.Side

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

Describes which side of the view to use for the position.

public enum Pos.Side

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.