DwmBlurBehindFlags Enumeration
Flags used by the
DwmBlurBehind structure to indicate which of its members contain valid information.
Namespace: DevCase.Win32.EnumsAssembly: 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
<FlagsAttribute>
Public Enumeration DwmBlurBehindFlags
Dim instance As DwmBlurBehindFlags
[FlagsAttribute]
public enum class DwmBlurBehindFlags
[<FlagsAttribute>]
type DwmBlurBehindFlags
No code example is currently available or this language may not be supported.
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.
|