Enum PopupEffect
Controls the visual backdrop material of a popup surface. Mirrors IWindow.IDesktopStyle.WindowBackdrop for popup-specific use.
public enum PopupEffect
Fields
None = 0Standard opaque popup with no translucency.
Translucent = 1Translucent popup using the system's standard popup/popover material. On macOS this uses
NSVisualEffectViewwith thePopovermaterial, which on macOS 26+ automatically gains the liquid-glass treatment.