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.
Extension Methods
-
T And
< Box Border Part> (Action < Box Border Part> ) - Performs the specified action on the given object and then returns the object. Useful for fluent testing patterns where additional assertions or operations are chained together in a readable manner.