Enum LineDirections
Direction flags for box-drawing character analysis during overlapped compositing.
[Flags]
public enum LineDirections
- Extension Methods
Fields
Down = 2Line(s) extending down from the cell.
Left = 4Line(s) extending left from the cell.
None = 0No lines in any direction.
Right = 8Line(s) extending right from the cell.
Up = 1Line(s) extending up from the cell.