Table of Contents

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 = 4

The bottom half of the usable desktop.

BottomLeft = 7

The bottom-left quadrant of the usable desktop.

BottomRight = 8

The bottom-right quadrant of the usable desktop.

Full = 0

The entire usable desktop (equivalent to maximizing).

LeftHalf = 1

The left half of the usable desktop.

RightHalf = 2

The right half of the usable desktop.

TopHalf = 3

The top half of the usable desktop.

TopLeft = 5

The top-left quadrant of the usable desktop.

TopRight = 6

The top-right quadrant of the usable desktop.