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