Class ThemeEffectsHelper
Represent a classed used to provide special visual functionality.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.MaterialControls
Assembly: Telerik.Windows.Controls.dll
Syntax
public static class ThemeEffectsHelper
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.Windows.DependencyProperty
|
Properties
IsAcrylicEnabled
Gets or sets whether the Acrylic effect should be globally enabled.
Declaration
public static bool IsAcrylicEnabled { get; set; }
Property Value
System.Boolean
|
Methods
GetIsAcrylic(DependencyObject)
Gets the IsAcrylic attached property for an element.
Declaration
public static bool GetIsAcrylic(DependencyObject obj)
Parameters
System.Windows.DependencyObject
obj
|
Returns
System.Boolean
|
SetIsAcrylic(DependencyObject, Boolean)
Sets the IsAcrylic attached property for an element.
Declaration
public static void SetIsAcrylic(DependencyObject obj, bool value)
Parameters
System.Windows.DependencyObject
obj
|
System.Boolean
value
|