TableBorderPart Enum
Represents the different parts of a table border.
public enum TableBorderPart
- Namespace
- Spectre
.Console .Rendering - Interfaces
-
- IComparable
- ISpanFormattable
- IFormattable
- IConvertible
- Base Types
-
- ValueType
- Enum
Fields
- The top left part of a header.
- The top part of a header.
- The top separator part of a header.
- The top right part of a header.
- The left part of a header.
- A header separator.
- The right part of a header.
- The bottom left part of a header.
- The bottom part of a header.
- The bottom separator part of a header.
- The bottom right part of a header.
- The top left part of a footer.
-
12
- The top part of a footer.
- The top separator part of a footer.
- The top right part of a footer.
-
15
- The left part of a cell.
- A cell separator.
-
17
- The right part of a cell.
- The bottom left part of a footer.
-
19
- The bottom part of a footer.
- The bottom separator part of a footer.
- The bottom right part of a footer.
-
22
- The left part of a row.
-
23
- The center part of a row.
-
24
- The separator part of a row.
-
25
- The right part of a row.