Enum TextAlignment
- Namespace
- ConsoleAppVisuals.Enums
- Assembly
- ConsoleAppVisuals.dll
The TextAlignment enum defines the alignment of a string in the space.
public enum TextAlignment
- Extension Methods
Fields
Center = 0
The string is placed in the center of the space.
Left = 1
The string is placed on the left of the space.
Right = 2
The string is placed on the right of the space.
Remarks
For more information, consider visiting the documentation available here.