ClassThemeEffectsHelper
Class
Represent a classed used to provide special visual functionality.
Definition
Namespace:Telerik.Windows.Controls.MaterialControls
Assembly:Telerik.Windows.Controls.dll
Syntax:
cs-api-definition
[SuppressMessage("Design", "CA1060:Move pinvokes to native methods class", Justification = "<Pending>")]
public static class ThemeEffectsHelper
Inheritance: objectThemeEffectsHelper
Fields
IsAcrylicProperty
Identifies the IsAcrylic dependency property. If the acrylic effect is disabled, the value will be coerced to false.
Declaration
cs-api-definition
public static readonly DependencyProperty IsAcrylicProperty
Field Value
DependencyProperty
Properties
IsAcrylicEnabled
Gets or sets whether the Acrylic effect should be globally enabled.
Methods
GetIsAcrylic(DependencyObject)
Gets the IsAcrylic attached property for an element.
Declaration
cs-api-definition
public static bool GetIsAcrylic(DependencyObject obj)
Parameters
obj
DependencyObject
Returns
SetIsAcrylic(DependencyObject, bool)
Sets the IsAcrylic attached property for an element.
Declaration
cs-api-definition
public static void SetIsAcrylic(DependencyObject obj, bool value)
Parameters
obj
DependencyObject
value