Enum ResizeDirection
- Namespace
- SharpConsoleUI
- Assembly
- SharpConsoleUI.dll
Specifies the direction from which a window is being resized.
public enum ResizeDirection
Fields
Bottom = 2Resize from the bottom edge.
BottomLeft = 7Resize from the bottom-left corner.
BottomRight = 8Resize from the bottom-right corner.
Left = 3Resize from the left edge.
None = 0No resize operation.
Right = 4Resize from the right edge.
Top = 1Resize from the top edge.
TopLeft = 5Resize from the top-left corner.
TopRight = 6Resize from the top-right corner.