Table of Contents

Enum PortalPlacement

Namespace
SharpConsoleUI.Layout
Assembly
SharpConsoleUI.dll

Preferred placement direction for a portal overlay relative to its anchor.

public enum PortalPlacement
Extension Methods

Fields

Above = 1

Open above the anchor.

AboveOrBelow = 5

Try above first, flip to below if insufficient space.

Below = 0

Open below the anchor.

BelowOrAbove = 4

Try below first, flip to above if insufficient space.

Left = 3

Open to the left of the anchor.

LeftOrRight = 7

Try left first, flip to right if insufficient space.

Right = 2

Open to the right of the anchor.

RightOrLeft = 6

Try right first, flip to left if insufficient space.