Enum PopupAlign

Popup alignment option flags

enum PopupAlign : uint { ... }

Enum members

NameDescription
above Place popup above anchor widget close to top bound
below Place popup below anchor widget close to lower bound
center Center popup around anchor widget center
fitAnchorSize If popup content size is less than anchor's size, increase it to anchor size
point Align to specified point
Place popup below anchor widget close to right bound (when no space enough, align near left bound)