BoxBorderPart Enum
Represents the different parts of a box border.
public enum BoxBorderPart
- Namespace
- Spectre
.Console .Rendering - Interfaces
-
- IComparable
- ISpanFormattable
- IFormattable
- IConvertible
- Base Types
-
- ValueType
- Enum
Fields
-
0
- The top left part of a box.
-
1
- The top part of a box.
-
2
- The top right part of a box.
-
3
- The left part of a box.
-
4
- The right part of a box.
- The bottom left part of a box.
-
6
- The bottom part of a box.
- The bottom right part of a box.