Class MaterialAssist
Defines a set of attached properties that affect the visual appearance and coloring of elements in the Material theme.
Inherited Members
Namespace: Telerik.Windows.Controls.MaterialControls
Assembly: Telerik.Windows.Controls.dll
Syntax
public sealed class MaterialAssist : ThemeHelper
Fields
IsShadowDisabledProperty
Identifies the IsShadowDisabledProperty for the element. This is an attached property.
It determines whether the Shadow has its System.Windows.Media.Effects.DropShadowEffect applied.
Default Value: false.Declaration
public static readonly DependencyProperty IsShadowDisabledProperty
Field Value
System.Windows.DependencyProperty
|
ShadowDepthProperty
Identifies the ShadowDepthProperty for the element. This is an attached property.
Declaration
public static readonly DependencyProperty ShadowDepthProperty
Field Value
System.Windows.DependencyProperty
|
Methods
GetIsShadowDisabled(DependencyObject)
Sets whether the Shadow's rendering is disabled.
Declaration
public static bool GetIsShadowDisabled(DependencyObject obj)
Parameters
System.Windows.DependencyObject
obj
|
Returns
System.Boolean
|
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
System.Windows.DependencyObject
element
|
Returns
MaterialShadowDepth
|
SetIsShadowDisabled(DependencyObject, Boolean)
Gets whether the Shadow's rendering is disabled.
Declaration
public static void SetIsShadowDisabled(DependencyObject obj, bool value)
Parameters
System.Windows.DependencyObject
obj
|
System.Boolean
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
System.Windows.DependencyObject
element
|
MaterialShadowDepth
value
|