Enum SnapZone
- Namespace
- SharpConsoleUI.Layout
- Assembly
- SharpConsoleUI.dll
Predefined "snap" zones that tile a window against the usable desktop, mirroring the half/quadrant snapping familiar from tiling window managers.
public enum SnapZone
- Extension Methods
Fields
BottomHalf = 4The bottom half of the usable desktop.
BottomLeft = 7The bottom-left quadrant of the usable desktop.
BottomRight = 8The bottom-right quadrant of the usable desktop.
Full = 0The entire usable desktop (equivalent to maximizing).
LeftHalf = 1The left half of the usable desktop.
RightHalf = 2The right half of the usable desktop.
TopHalf = 3The top half of the usable desktop.
TopLeft = 5The top-left quadrant of the usable desktop.
TopRight = 6The top-right quadrant of the usable desktop.