Class ThemeEffectsHelper
Represent a classed used to provide special visual functionality.
Inheritance
Namespace: Telerik.Windows.Controls.MaterialControls
Assembly: Telerik.Windows.Controls.dll
Syntax
public static class ThemeEffectsHelper : Object
Fields
IsAcrylicProperty
Identifies the IsAcrylic dependency property. If the acrylic effect is disabled, the value will be coerced to false.
Declaration
public static readonly DependencyProperty IsAcrylicProperty
Field Value
System.
|
Properties
IsAcrylicEnabled
Gets or sets whether the Acrylic effect should be globally enabled.
Declaration
public static bool IsAcrylicEnabled { get; set; }
Property Value
System.
|
Methods
GetIsAcrylic(DependencyObject)
Gets the IsAcrylic attached property for an element.
Declaration
public static bool GetIsAcrylic(DependencyObject obj)
Parameters
System.
|
Returns
System.
|
SetIsAcrylic(DependencyObject, Boolean)
Sets the IsAcrylic attached property for an element.
Declaration
public static void SetIsAcrylic(DependencyObject obj, bool value)
Parameters
System.
|
System.
|