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 = 4The object is placed in the bottom center of the space and takes all the width.
TopCenter = 0The object is placed in the top center of the space.
TopCenterFullWidth = 3The object is placed in the top center of the space and takes all the width.
TopLeft = 1The object is placed in the top left of the space.
TopRight = 2The object is placed in the top right of the space.
Remarks
For more information, consider visiting the documentation available here.