BoxBorderPart Enum

Represents the different parts of a box border.
public enum BoxBorderPart
Interfaces
  • IComparable
  • ISpanFormattable
  • IFormattable
  • IConvertible
Base Types
  • ValueType
  • Enum

Fields

The top left part of a box.
Top
1
The top part of a box.
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.