DwmBlurBehindFlags Enumeration

Flags used by the DwmBlurBehind structure to indicate which of its members contain valid information.

Definition

Namespace: DevCase.Win32.Enums
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[FlagsAttribute]
public enum DwmBlurBehindFlags

Remarks

Members

Enable 1 A value for the Enable member has been specified.
BlurRegion 2 A value for the BlurRegion member has been specified.
TransitionOnMaximized 4 A value for the TransitionOnMaximized_ member has been specified.

See Also