Enum LabelPosition
- Namespace
- SharpConsoleUI.Controls
- Assembly
- SharpConsoleUI.dll
Specifies where a reference line label is displayed relative to the line.
public enum LabelPosition
- Extension Methods
Fields
Left = 1The label is displayed on the left side.
None = 0No label is displayed.
Right = 2The label is displayed on the right side.