ClassWindowEffectsHelper
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:
cs-api-definition
public static class WindowEffectsHelper
Inheritance: objectWindowEffectsHelper
Fields
BackdropMaterialProperty
Identifies the BackdropMaterial attached property.
Declaration
cs-api-definition
public static readonly DependencyProperty BackdropMaterialProperty
Field Value
DependencyProperty
Methods
GetBackdropMaterial(DependencyObject)
Gets the backdrop material.
Declaration
cs-api-definition
public static BackdropMaterialType GetBackdropMaterial(DependencyObject obj)
Parameters
obj
DependencyObject
Returns
SetBackdropMaterial(DependencyObject, BackdropMaterialType)
Sets the backdrop material.
Declaration
cs-api-definition
public static void SetBackdropMaterial(DependencyObject obj, BackdropMaterialType value)
Parameters
obj
DependencyObject
value