Class MaterialTheme
MaterialTheme class represents the key to the Material theme.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.dll
Syntax
[ThemeLocation(ThemeLocation.BuiltIn)]
public class MaterialTheme : Theme
Constructors
MaterialTheme()
MaterialTheme(MaterialPalette.ColorVariation)
Initializes a new instance of the MaterialTheme class with specified color variation.
Declaration
public MaterialTheme(MaterialPalette.ColorVariation colorVariation)
Parameters
MaterialPalette.ColorVariation
colorVariation
The color preset. |