Enum Placement
- Namespace
- ConsoleAppVisuals.Enums
- Assembly
- ConsoleAppVisuals.dll
The Placement enum defines the placement of a string in some space. It could be another string or a console line.
public enum Placement
- Extension Methods
Fields
BottomCenterFullWidth = 4
The object is placed in the bottom center of the space and takes all the width.
TopCenter = 0
The object is placed in the top center of the space.
TopCenterFullWidth = 3
The object is placed in the top center of the space and takes all the width.
TopLeft = 1
The object is placed in the top left of the space.
TopRight = 2
The object is placed in the top right of the space.
Remarks
For more information, consider visiting the documentation available here.