Enum PlacementKind
- Namespace
- SharpConsoleUI.Layout
- Assembly
- SharpConsoleUI.dll
The internal discriminator describing which factory produced a Placement.
public enum PlacementKind
- Extension Methods
Fields
Anchor = 3An anchored placement with an explicit width, height, and margin (see Anchor(Anchor, int, int, int)).
CenterExplicit = 2A centered placement with an explicit width and height (see Center(int, int)).
CenterPreset = 1A centered placement using a SizePreset (see Center(SizePreset)).
Fraction = 4An anchored placement sized by desktop fraction (see Fraction(Anchor, double, double)).
Snap = 0A SnapZone-based placement (see Snap(SnapZone)).