Enum ScaffoldPopupPlacement
- Namespace
- Nalu
- Assembly
- Nalu.Maui.Scaffold.dll
Where a popup is placed within the safe presentation area.
public enum ScaffoldPopupPlacement
Fields
AnchorAbove = 2Above the anchor, start-aligned; flips below when it doesn't fit.
AnchorBelow = 1Below the Anchor, start-aligned with it (dropdown); flips above when it doesn't fit.
AnchorEnd = 4At the end side of the anchor, top-aligned; flips to the start side when it doesn't fit.
AnchorStart = 3At the start side of the anchor, top-aligned; flips to the end side when it doesn't fit.
Center = 0Centered in the presentation area.