ClassMaterialAssist
Defines a set of attached properties that affect the visual appearance and coloring of elements in the Material theme.
Definition
Namespace:Telerik.Windows.Controls.MaterialControls
Assembly:Telerik.Windows.Controls.dll
Syntax:
public sealed class MaterialAssist : ThemeHelper
Inheritance: objectThemeHelperMaterialAssist
Inherited Members
Fields
IsShadowDisabledProperty
Identifies the IsShadowDisabledProperty for the element. This is an attached property.
It determines whether the Shadow has its applied.
Default Value: false.Declaration
public static readonly DependencyProperty IsShadowDisabledProperty
Field Value
DependencyProperty
ShadowDepthProperty
Identifies the ShadowDepthProperty for the element. This is an attached property.
Declaration
public static readonly DependencyProperty ShadowDepthProperty
Field Value
DependencyProperty
Methods
GetIsShadowDisabled(DependencyObject)
Sets whether the Shadow's rendering is disabled.
Declaration
public static bool GetIsShadowDisabled(DependencyObject obj)
Parameters
obj
DependencyObject
Returns
GetShadowDepth(DependencyObject)
Gets the value for the ShadowDepth of the Shadow, if one is present in the template of the specified element.
Declaration
public static MaterialShadowDepth GetShadowDepth(DependencyObject element)
Parameters
element
DependencyObject
Returns
SetIsShadowDisabled(DependencyObject, bool)
Gets whether the Shadow's rendering is disabled.
Declaration
public static void SetIsShadowDisabled(DependencyObject obj, bool value)
Parameters
obj
DependencyObject
value
SetShadowDepth(DependencyObject, MaterialShadowDepth)
Sets a value for the ShadowDepth of the Shadow, if one is present in the template of the specified element.
Declaration
public static void SetShadowDepth(DependencyObject element, MaterialShadowDepth value)
Parameters
element
DependencyObject
value