MaterialAssist
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
DependencyProperty
Identifies the IsShadowDisabledProperty for the element. This is an attached property.
It determines whether the Shadow has its applied.
Default Value: false.
public static readonly DependencyProperty IsShadowDisabledProperty
ShadowDepthProperty
DependencyProperty
Identifies the ShadowDepthProperty for the element. This is an attached property.
public static readonly DependencyProperty ShadowDepthProperty
Methods
Gets the value for the ShadowDepth of the Shadow, if one is present in the template of the specified element.
public static MaterialShadowDepth GetShadowDepth(DependencyObject element)
Sets a value for the ShadowDepth of the Shadow, if one is present in the template of the specified element.
public static void SetShadowDepth(DependencyObject element, MaterialShadowDepth value)