Table of Contents

Enum PopupPlacement

Namespace
Xui.Core.UI
Assembly
Xui.Core.dll

Specifies the preferred placement of a popup relative to its anchor rect. The platform may adjust placement to keep the popup on screen.

public enum PopupPlacement

Fields

Above = 1

Show above the anchor.

Below = 0

Show below the anchor (default for dropdowns/comboboxes).

Left = 3

Show to the left of the anchor.

Right = 2

Show to the right of the anchor (e.g. nested/submenu).