WindowEffectsHelper
Class
Helper class that enables different effects on Window controls. It works only on Windows 11 and higher versions of the OS.
Definition
Namespace:Telerik.Windows.Controls.Theming.Helpers
Assembly:Telerik.Windows.Controls.dll
Syntax:
C#
public static class WindowEffectsHelper
Inheritance: objectWindowEffectsHelper
Fields
BackdropMaterialProperty
DependencyProperty
Identifies the BackdropMaterial attached property.
C#
public static readonly DependencyProperty BackdropMaterialProperty
Methods
Gets the backdrop material.
C#
public static BackdropMaterialType GetBackdropMaterial(DependencyObject obj)
Sets the backdrop material.
C#
public static void SetBackdropMaterial(DependencyObject obj, BackdropMaterialType value)