Table of Contents

Enum PopupEffect

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

Controls the visual backdrop material of a popup surface. Mirrors IWindow.IDesktopStyle.WindowBackdrop for popup-specific use.

public enum PopupEffect

Fields

None = 0

Standard opaque popup with no translucency.

Translucent = 1

Translucent popup using the system's standard popup/popover material. On macOS this uses NSVisualEffectView with the Popover material, which on macOS 26+ automatically gains the liquid-glass treatment.