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 Is
It determines whether the Shadow has its System.
Declaration
public static readonly DependencyProperty IsShadowDisabledProperty
Field Value
System.
|
ShadowDepthProperty
Identifies the Shadow
Declaration
public static readonly DependencyProperty ShadowDepthProperty
Field Value
System.
|
Methods
GetIsShadowDisabled(DependencyObject)
Sets whether the Shadow's rendering is disabled.
Declaration
public static bool GetIsShadowDisabled(DependencyObject obj)
Parameters
System.
|
Returns
System.
|
GetShadowDepth(DependencyObject)
Gets the value for the Shadow
Declaration
public static MaterialShadowDepth GetShadowDepth(DependencyObject element)
Parameters
System.
|
Returns
SetIsShadowDisabled(DependencyObject, Boolean)
Gets whether the Shadow's rendering is disabled.
Declaration
public static void SetIsShadowDisabled(DependencyObject obj, bool value)
Parameters
System.
|
System.
|
SetShadowDepth(DependencyObject, MaterialShadowDepth)
Sets a value for the Shadow
Declaration
public static void SetShadowDepth(DependencyObject element, MaterialShadowDepth value)
Parameters
System.
|
Material
|