In This Article

WindowChromeBackdropKind Enum

Specifies a kind of Windows system backdrop applied to the transparent background portion of a Window.

public enum WindowChromeBackdropKind

Fields

Name Description
MainWindow

A background material rendered for main windows. On Windows 11 or later, this corresponds to the "Mica" material. On earlier versions of Windows, this option is treated the same as None.

None

No special system backdrop is applied.

TransientWindow

A background material rendered for transient (popup/menu) windows. On Windows 10 (May 2020 Update) or later, this corresponds to the "Acrylic" material. On earlier versions of Windows, this option is treated the same as None.