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