Enum Placement
- Namespace
- AshConsoleGraphics
- Assembly
- AshConsoleGraphics.dll
The relative placement of TuiElements respect to its parent Screen
public enum Placement
Fields
BottomCenter = 8
BottomLeft = 3
BottomRight = 4
Center = 0
CenterLeft = 5
CenterRight = 6
TopCenter = 7
TopLeft = 1
TopRight = 2