Table of Contents

Enum ResizeDirection

Namespace
SharpConsoleUI
Assembly
SharpConsoleUI.dll

Specifies the direction from which a window is being resized.

public enum ResizeDirection

Fields

Bottom = 2

Resize from the bottom edge.

BottomLeft = 7

Resize from the bottom-left corner.

BottomRight = 8

Resize from the bottom-right corner.

Left = 3

Resize from the left edge.

None = 0

No resize operation.

Right = 4

Resize from the right edge.

Top = 1

Resize from the top edge.

TopLeft = 5

Resize from the top-left corner.

TopRight = 6

Resize from the top-right corner.