MaterialPalette
Hold resources used in the MaterialTheme theme.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.dll
Syntax:
public sealed class MaterialPalette : ThemePalette
Inheritance: objectThemePaletteMaterialPalette
Fields
AccentHoverColorProperty
DependencyProperty
Identifies the AccentHoverColor dependency property.
public static readonly DependencyProperty AccentHoverColorProperty
AccentNormalColorProperty
DependencyProperty
Identifies the AccentNormalColor dependency property.
public static readonly DependencyProperty AccentNormalColorProperty
AccentPressedColorProperty
DependencyProperty
Identifies the AccentPressedColor dependency property.
public static readonly DependencyProperty AccentPressedColorProperty
AlternativeColorProperty
DependencyProperty
Identifies the AlternativeColor dependency property.
public static readonly DependencyProperty AlternativeColorProperty
ComplementaryColorProperty
DependencyProperty
Identifies the ComplementaryColor dependency property.
public static readonly DependencyProperty ComplementaryColorProperty
CornerRadiusBottomProperty
DependencyProperty
Identifies the CornerRadiusBottom dependency property.
public static readonly DependencyProperty CornerRadiusBottomProperty
CornerRadiusLeftProperty
DependencyProperty
Identifies the CornerRadiusLeft dependency property.
public static readonly DependencyProperty CornerRadiusLeftProperty
CornerRadiusProperty
DependencyProperty
Identifies the CornerRadius dependency property.
public static readonly DependencyProperty CornerRadiusProperty
CornerRadiusRightProperty
DependencyProperty
Identifies the CornerRadiusRight dependency property.
public static readonly DependencyProperty CornerRadiusRightProperty
CornerRadiusTopProperty
DependencyProperty
Identifies the CornerRadiusTop dependency property.
public static readonly DependencyProperty CornerRadiusTopProperty
DialogBackgroundColorProperty
DependencyProperty
Identifies the DialogBackgroundColor dependency property.
public static readonly DependencyProperty DialogBackgroundColorProperty
DisabledOpacityProperty
DependencyProperty
Identifies the DisabledOpacity dependency property.
public static readonly DependencyProperty DisabledOpacityProperty
DividerColorProperty
DependencyProperty
Identifies the DividerColor dependency property.
public static readonly DependencyProperty DividerColorProperty
DividerOpacityProperty
DependencyProperty
Identifies the DividerOpacity dependency property.
public static readonly DependencyProperty DividerOpacityProperty
DividerSolidColorProperty
DependencyProperty
Identifies the DividerSolidColor dependency property.
public static readonly DependencyProperty DividerSolidColorProperty
FontFamilyProperty
DependencyProperty
Identifies the FontFamily dependency property.
public static readonly DependencyProperty FontFamilyProperty
FontSizeLProperty
DependencyProperty
Identifies the FontSizeL dependency property.
public static readonly DependencyProperty FontSizeLProperty
FontSizeProperty
DependencyProperty
Identifies the FontSize dependency property.
public static readonly DependencyProperty FontSizeProperty
FontSizeSProperty
DependencyProperty
Identifies the FontSizeS dependency property.
public static readonly DependencyProperty FontSizeSProperty
IconColorProperty
DependencyProperty
Identifies the IconColor dependency property.
public static readonly DependencyProperty IconColorProperty
IsFreezableProperty
DependencyProperty
Identifies the IsFreezable DependencyProperty.
public static readonly DependencyProperty IsFreezableProperty
MainColorProperty
DependencyProperty
Identifies the MainColor dependency property.
public static readonly DependencyProperty MainColorProperty
MarkerColorProperty
DependencyProperty
Identifies the MarkerColor dependency property.
public static readonly DependencyProperty MarkerColorProperty
MarkerInvertedColorProperty
DependencyProperty
Identifies the MarkerInvertedColor dependency property.
public static readonly DependencyProperty MarkerInvertedColorProperty
PrimaryColorProperty
DependencyProperty
Identifies the PrimaryColor dependency property.
public static readonly DependencyProperty PrimaryColorProperty
PrimaryFocusColorProperty
DependencyProperty
Identifies the PrimaryFocusColor dependency property.
public static readonly DependencyProperty PrimaryFocusColorProperty
PrimaryHoverColorProperty
DependencyProperty
Identifies the PrimaryHoverColor dependency property.
public static readonly DependencyProperty PrimaryHoverColorProperty
PrimaryNormalColorProperty
DependencyProperty
Identifies the PrimaryNormalColor dependency property.
public static readonly DependencyProperty PrimaryNormalColorProperty
PrimaryOpacityProperty
DependencyProperty
Identifies the PrimaryOpacity dependency property.
public static readonly DependencyProperty PrimaryOpacityProperty
PrimaryPressedColorProperty
DependencyProperty
Identifies the PrimaryPressedColor dependency property.
public static readonly DependencyProperty PrimaryPressedColorProperty
ReadOnlyBackgroundColorProperty
DependencyProperty
Identifies the ReadOnlyBackgroundColor dependency property.
public static readonly DependencyProperty ReadOnlyBackgroundColorProperty
ReadOnlyBorderColorProperty
DependencyProperty
Identifies the ReadOnlyBorderColor dependency property.
public static readonly DependencyProperty ReadOnlyBorderColorProperty
RippleColorProperty
DependencyProperty
Identifies the RippleColor dependency property.
public static readonly DependencyProperty RippleColorProperty
SecondaryOpacityProperty
DependencyProperty
Identifies the SecondaryOpacity dependency property.
public static readonly DependencyProperty SecondaryOpacityProperty
SelectedUnfocusedColorProperty
DependencyProperty
Identifies the SelectedUnfocusedColor dependency property.
public static readonly DependencyProperty SelectedUnfocusedColorProperty
ValidationColorProperty
DependencyProperty
Identifies the ValidationColor dependency property.
public static readonly DependencyProperty ValidationColorProperty
Properties
AccentHoverColor
Color
Gets or sets the color of the MaterialTheme's mouse over accent elements.
public Color AccentHoverColor { get; set; }
AccentNormalColor
Color
Gets or sets the color of the MaterialTheme's accent elements.
public Color AccentNormalColor { get; set; }
AccentPressedColor
Color
Gets or sets the color of the MaterialTheme's pressed accent elements.
public Color AccentPressedColor { get; set; }
AlternativeColor
Color
Gets or sets the color of the MaterialTheme's alternative elements.
public Color AlternativeColor { get; set; }
ComplementaryColor
Color
Gets or sets the color of the MaterialTheme's complementary elements.
public Color ComplementaryColor { get; set; }
CornerRadius
CornerRadius
Gets or sets the CornerRadius used in borders.
public CornerRadius CornerRadius { get; set; }
CornerRadiusBottom
CornerRadius
Gets or sets the CornerRadiusBottom used in borders.
public CornerRadius CornerRadiusBottom { get; set; }
CornerRadiusLeft
CornerRadius
Gets or sets the CornerRadiusLeft used in borders.
public CornerRadius CornerRadiusLeft { get; set; }
CornerRadiusRight
CornerRadius
Gets or sets the CornerRadiusRight used in borders.
public CornerRadius CornerRadiusRight { get; set; }
CornerRadiusTop
CornerRadius
Gets or sets the CornerRadiusTop used in borders.
public CornerRadius CornerRadiusTop { get; set; }
Gets or sets the background color of the MaterialTheme's dialog and window elements.
public Color DialogBackgroundColor { get; set; }
Gets or sets the DisabledOpacity used in disabled states.
public double DisabledOpacity { get; set; }
DividerColor
Color
Gets or sets the color of the MaterialTheme's Divider transparent elements.
public Color DividerColor { get; set; }
Gets or sets the DividerOpacity used in disabled states.
public double DividerOpacity { get; set; }
DividerSolidColor
Color
Gets or sets the color of the MaterialTheme's Divider solid elements.
public Color DividerSolidColor { get; set; }
FontFamily
FontFamily
Gets or sets the FontFamily used in normal texts.
public FontFamily FontFamily { get; set; }
IconColor
Color
Gets or sets the color of the MaterialTheme's Icon elements.
public Color IconColor { get; set; }
MainColor
Color
Gets or sets the color of the MaterialTheme's main elements.
public Color MainColor { get; set; }
MarkerColor
Color
Gets or sets the color of the MaterialTheme's marker elements.
public Color MarkerColor { get; set; }
MarkerInvertedColor
Color
Gets or sets the color of the MaterialTheme's inverted marker elements.
public Color MarkerInvertedColor { get; set; }
Holds the Palette singleton instance.
public static MaterialPalette Palette { get; }
PrimaryColor
Color
Gets or sets the color of the MaterialTheme's primary background elements.
public Color PrimaryColor { get; set; }
PrimaryFocusColor
Color
Gets or sets the color of the MaterialTheme's focused primary elements.
public Color PrimaryFocusColor { get; set; }
PrimaryHoverColor
Color
Gets or sets the color of the MaterialTheme's mouse over primary elements.
public Color PrimaryHoverColor { get; set; }
PrimaryNormalColor
Color
Gets or sets the color of the MaterialTheme's mouse over normal elements.
public Color PrimaryNormalColor { get; set; }
Gets or sets the PrimaryOpacity used in disabled states.
public double PrimaryOpacity { get; set; }
PrimaryPressedColor
Color
Gets or sets the color of the MaterialTheme's pressed primary elements.
public Color PrimaryPressedColor { get; set; }
Gets or sets the color of the MaterialTheme's read only background elements.
public Color ReadOnlyBackgroundColor { get; set; }
ReadOnlyBorderColor
Color
Gets or sets the color of the MaterialTheme's read only border elements.
public Color ReadOnlyBorderColor { get; set; }
RippleColor
Color
Gets or sets the color of the MaterialTheme's MaterialControl ripple element.
public Color RippleColor { get; set; }
Gets or sets the SecondaryOpacity used in disabled states.
public double SecondaryOpacity { get; set; }
Gets or sets the color of the MaterialTheme's selected and unfocused elements.
public Color SelectedUnfocusedColor { get; set; }
ValidationColor
Color
Gets or sets the color of the MaterialTheme's validation elements.
public Color ValidationColor { get; set; }
Methods
Gets the IsFreezable value from a DependencyObject.
public static bool GetIsFreezable(DependencyObject dependencyObject)
The dependencyObject.
Returns:The IsFreezable value.
Loads a preset.
public static void LoadPreset(MaterialPalette.ColorVariation preset)
The color preset.
Sets the IsFreezable value from a DependencyObject.
public static void SetIsFreezable(DependencyObject dependencyObject, bool value)
The dependencyObject.
valueboolThe IsFreezable value.