Table of Contents

Enum PlacementKind

Namespace
SharpConsoleUI.Layout
Assembly
SharpConsoleUI.dll

The internal discriminator describing which factory produced a Placement.

public enum PlacementKind
Extension Methods

Fields

Anchor = 3

An anchored placement with an explicit width, height, and margin (see Anchor(Anchor, int, int, int)).

CenterExplicit = 2

A centered placement with an explicit width and height (see Center(int, int)).

CenterPreset = 1

A centered placement using a SizePreset (see Center(SizePreset)).

Fraction = 4

An anchored placement sized by desktop fraction (see Fraction(Anchor, double, double)).

Snap = 0

A SnapZone-based placement (see Snap(SnapZone)).