WindowsFeatureKind Enum
Specifies a kind of Windows feature.
public enum WindowsFeatureKind
Fields
Name | Description |
---|---|
DesktopWindowManagerComposition | Desktop Window Manager (DWM) composition support. Only supported on Windows Vista or later. |
MainWindowSystemBackdrop | A background material rendered for main windows, which corresponds to the "Mica" material. Only supported on Windows 11 or later. |
TransientWindowSystemBackdrop | A background material rendered for transient (popup / menu) windows, which corresponds to the "Acrylic" material. Only supported on Windows 10, Version 2004 or later. |