Enum Side | Terminal.Gui v2 (original) (raw)
Namespace
Assembly
Terminal.Gui.dll
Indicates the side for Pos operations.
public enum Side
Extension Methods
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.