ClassMaterialTheme
Class
MaterialTheme class represents the key to the Material theme.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.dll
Syntax:
cs-api-definition
[ThemeLocation(ThemeLocation.BuiltIn)]
public class MaterialTheme : Theme
Inheritance: objectThemeMaterialTheme
Inherited Members
Constructors
MaterialTheme()
Initializes a new instance of the MaterialTheme class.
Declaration
cs-api-definition
public MaterialTheme()
MaterialTheme(ColorVariation)
Initializes a new instance of the MaterialTheme class with specified color variation.
Declaration
cs-api-definition
public MaterialTheme(MaterialPalette.ColorVariation colorVariation)
Parameters
colorVariation
MaterialPalette.ColorVariation
The color preset.