WindowBackdrop class¶
Defined in
Namespace: CrissCross.WPF.UI.Controls
Assembly: CrissCross.WPF.UI.dll
Full name: CrissCross.WPF.UI.Controls.WindowBackdrop
Modifiers: public static
Summary¶
Applies the chosen backdrop effect to the selected window.
Applies to
net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481
Methods¶
| Name | Summary |
|---|---|
| static IsSupported | Checks whether the selected backdrop type is supported on current platform. |
| static ApplyBackdrop | Applies backdrop effect to the selected Window. |
| static RemoveBackdrop | Tries to remove backdrop effects if they have been applied to the [Window](# |
| static RemoveBackground | Tries to remove background from [Window](# and it's composition area. |
| static RemoveTitlebarBackground | Removes the titlebar background. |