Struct DwmBlurBehind
See DWM_BLURBEHIND structure Specifies Desktop Window Manager (DWM) blur-behind properties. Used by the DwmEnableBlurBehindWindow function.
Namespace: Dapplo.Windows.DesktopWindowsManager
Assembly: Dapplo.Windows.DesktopWindowsManager.dll
Syntax
public struct DwmBlurBehind
Properties
| Improve this Doc View SourceBlurRegion
The region within the client area where the blur behind will be applied. A NULL value will apply the blur behind the entire client area.
Declaration
public IntPtr BlurRegion { get; set; }
Property Value
Type | Description |
---|---|
IntPtr |
Enable
TRUE to register the window handle to DWM blur behind; FALSE to unregister the window handle from DWM blur behind.
Declaration
public bool Enable { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
TransitionOnMaximized
TRUE if the window's colorization should transition to match the maximized windows; otherwise, FALSE.
Declaration
public bool TransitionOnMaximized { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |