ClassFluentPalette
Hold resources used in the FluentTheme theme.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.dll
Syntax:
public sealed class FluentPalette : ThemePalette
Inheritance: objectThemePaletteFluentPalette
Fields
AccentColorProperty
Identifies the AccentColor dependency property.
Declaration
public static readonly DependencyProperty AccentColorProperty
Field Value
DependencyProperty
AccentFocusedColorProperty
Identifies the AccentFocusedColor dependency property.
Declaration
public static readonly DependencyProperty AccentFocusedColorProperty
Field Value
DependencyProperty
AccentMouseOverColorProperty
Identifies the AccentMouseOverColor dependency property.
Declaration
public static readonly DependencyProperty AccentMouseOverColorProperty
Field Value
DependencyProperty
AccentPressedColorProperty
Identifies the AccentPressedColor dependency property.
Declaration
public static readonly DependencyProperty AccentPressedColorProperty
Field Value
DependencyProperty
AlternativeColorProperty
Identifies the AlternativeColor dependency property.
Declaration
public static readonly DependencyProperty AlternativeColorProperty
Field Value
DependencyProperty
BasicColorProperty
Identifies the BasicColor dependency property.
Declaration
public static readonly DependencyProperty BasicColorProperty
Field Value
DependencyProperty
BasicSolidColorProperty
Identifies the BasicSolidColor dependency property.
Declaration
public static readonly DependencyProperty BasicSolidColorProperty
Field Value
DependencyProperty
ComplementaryColorProperty
Identifies the ComplementaryColor dependency property.
Declaration
public static readonly DependencyProperty ComplementaryColorProperty
Field Value
DependencyProperty
CornerRadiusBottomProperty
Identifies the CornerRadiusBottom dependency property.
Declaration
public static readonly DependencyProperty CornerRadiusBottomProperty
Field Value
DependencyProperty
CornerRadiusLeftProperty
Identifies the CornerRadiusLeft dependency property.
Declaration
public static readonly DependencyProperty CornerRadiusLeftProperty
Field Value
DependencyProperty
CornerRadiusProperty
Identifies the CornerRadius dependency property.
Declaration
public static readonly DependencyProperty CornerRadiusProperty
Field Value
DependencyProperty
CornerRadiusRightProperty
Identifies the CornerRadiusRight dependency property.
Declaration
public static readonly DependencyProperty CornerRadiusRightProperty
Field Value
DependencyProperty
CornerRadiusTopProperty
Identifies the CornerRadiusTop dependency property.
Declaration
public static readonly DependencyProperty CornerRadiusTopProperty
Field Value
DependencyProperty
DisabledOpacityProperty
Identifies the DisabledOpacity dependency property.
Declaration
public static readonly DependencyProperty DisabledOpacityProperty
Field Value
DependencyProperty
FocusThicknessProperty
Identifies the FocusThickness dependency property.
Declaration
public static readonly DependencyProperty FocusThicknessProperty
Field Value
DependencyProperty
FontFamilyProperty
Identifies the FontFamily dependency property.
Declaration
public static readonly DependencyProperty FontFamilyProperty
Field Value
DependencyProperty
FontSizeLProperty
Identifies the FontSizeL dependency property.
Declaration
public static readonly DependencyProperty FontSizeLProperty
Field Value
DependencyProperty
FontSizeProperty
Identifies the FontSize dependency property.
Declaration
public static readonly DependencyProperty FontSizeProperty
Field Value
DependencyProperty
FontSizeSProperty
Identifies the FontSizeS dependency property.
Declaration
public static readonly DependencyProperty FontSizeSProperty
Field Value
DependencyProperty
FontSizeXLProperty
Identifies the FontSizeXL dependency property.
Declaration
public static readonly DependencyProperty FontSizeXLProperty
Field Value
DependencyProperty
IconColorProperty
Identifies the IconColor dependency property.
Declaration
public static readonly DependencyProperty IconColorProperty
Field Value
DependencyProperty
InputOpacityProperty
Identifies the InputOpacity dependency property.
Declaration
public static readonly DependencyProperty InputOpacityProperty
Field Value
DependencyProperty
IsFreezableProperty
Identifies the IsFreezable DependencyProperty.
Declaration
public static readonly DependencyProperty IsFreezableProperty
Field Value
DependencyProperty
MainColorProperty
Identifies the MainColor dependency property.
Declaration
public static readonly DependencyProperty MainColorProperty
Field Value
DependencyProperty
MarkerColorProperty
Identifies the MarkerColor dependency property.
Declaration
public static readonly DependencyProperty MarkerColorProperty
Field Value
DependencyProperty
MarkerInvertedColorProperty
Identifies the MarkerInvertedColor dependency property.
Declaration
public static readonly DependencyProperty MarkerInvertedColorProperty
Field Value
DependencyProperty
MarkerMouseOverColorProperty
Identifies the MarkerMouseOverColor dependency property.
Declaration
public static readonly DependencyProperty MarkerMouseOverColorProperty
Field Value
DependencyProperty
MouseOverColorProperty
Identifies the MouseOverColor dependency property.
Declaration
public static readonly DependencyProperty MouseOverColorProperty
Field Value
DependencyProperty
PressedColorProperty
Identifies the PressedColor dependency property.
Declaration
public static readonly DependencyProperty PressedColorProperty
Field Value
DependencyProperty
PrimaryBackgroundColorProperty
Identifies the PrimaryBackgroundColor dependency property.
Declaration
public static readonly DependencyProperty PrimaryBackgroundColorProperty
Field Value
DependencyProperty
PrimaryColorProperty
Identifies the PrimaryColor dependency property.
Declaration
public static readonly DependencyProperty PrimaryColorProperty
Field Value
DependencyProperty
PrimaryMouseOverColorProperty
Identifies the PrimaryMouseOverColor dependency property.
Declaration
public static readonly DependencyProperty PrimaryMouseOverColorProperty
Field Value
DependencyProperty
ReadOnlyBackgroundColorProperty
Identifies the ReadOnlyBackgroundColor dependency property.
Declaration
public static readonly DependencyProperty ReadOnlyBackgroundColorProperty
Field Value
DependencyProperty
ReadOnlyBorderColorProperty
Identifies the ReadOnlyBorderColor dependency property.
Declaration
public static readonly DependencyProperty ReadOnlyBorderColorProperty
Field Value
DependencyProperty
ReadOnlyOpacityProperty
Identifies the ReadOnlyOpacity dependency property.
Declaration
public static readonly DependencyProperty ReadOnlyOpacityProperty
Field Value
DependencyProperty
ScrollBarsModeProperty
Identifies the ScrollBarsMode dependency property.
Declaration
public static readonly DependencyProperty ScrollBarsModeProperty
Field Value
DependencyProperty
ValidationColorProperty
Identifies the ValidationColor dependency property.
Declaration
public static readonly DependencyProperty ValidationColorProperty
Field Value
DependencyProperty
Properties
AccentColor
Gets or sets the color of the FluentTheme's accent elements.
Declaration
public Color AccentColor { get; set; }
Property Value
Color
AccentFocusedColor
Gets or sets the color of the FluentTheme's focus elements.
Declaration
public Color AccentFocusedColor { get; set; }
Property Value
Color
AccentMouseOverColor
Gets or sets the color of the FluentTheme's mouse over accent elements.
Declaration
public Color AccentMouseOverColor { get; set; }
Property Value
Color
AccentPressedColor
Gets or sets the color of the FluentTheme's pressed accent elements.
Declaration
public Color AccentPressedColor { get; set; }
Property Value
Color
AlternativeColor
Gets or sets the color of the FluentTheme's alternative elements.
Declaration
public Color AlternativeColor { get; set; }
Property Value
Color
BasicColor
Gets or sets the color of the FluentTheme's basic and border elements.
Declaration
public Color BasicColor { get; set; }
Property Value
Color
BasicSolidColor
Gets or sets the solid color of the FluentTheme's basic and border elements.
Declaration
public Color BasicSolidColor { get; set; }
Property Value
Color
ComplementaryColor
Gets or sets the color of the FluentTheme's complementary elements.
Declaration
public Color ComplementaryColor { get; set; }
Property Value
Color
CornerRadius
Gets or sets the CornerRadius used in borders.
Declaration
public CornerRadius CornerRadius { get; set; }
Property Value
CornerRadius
CornerRadiusBottom
Gets or sets the CornerRadiusBottom used in borders.
Declaration
public CornerRadius CornerRadiusBottom { get; set; }
Property Value
CornerRadius
CornerRadiusLeft
Gets or sets the CornerRadiusLeft used in borders.
Declaration
public CornerRadius CornerRadiusLeft { get; set; }
Property Value
CornerRadius
CornerRadiusRight
Gets or sets the CornerRadiusRight used in borders.
Declaration
public CornerRadius CornerRadiusRight { get; set; }
Property Value
CornerRadius
CornerRadiusTop
Gets or sets the CornerRadiusTop used in borders.
Declaration
public CornerRadius CornerRadiusTop { get; set; }
Property Value
CornerRadius
DisabledOpacity
Gets or sets the DisabledOpacity used in disabled states.
FocusThickness
Gets or sets the FocusThickness used in focused states.
Declaration
public Thickness FocusThickness { get; set; }
Property Value
Thickness
FontFamily
Gets or sets the FontFamily used in normal texts.
Declaration
public FontFamily FontFamily { get; set; }
Property Value
FontFamily
FontSize
Gets or sets the font size for normal text.
FontSizeL
Gets or sets the font size for large text.
FontSizeS
Gets or sets the font size for small text.
FontSizeXL
Gets or sets the font size for extra large text.
IconColor
Gets or sets the color of the FluentTheme's icons and icon-like elements.
Declaration
public Color IconColor { get; set; }
Property Value
Color
InputOpacity
Gets or sets the InputOpacity used in the default states of the input controls.
MainColor
Gets or sets the color of the FluentTheme's main elements.
Declaration
public Color MainColor { get; set; }
Property Value
Color
MarkerColor
Gets or sets the color of the FluentTheme's marker and text elements.
Declaration
public Color MarkerColor { get; set; }
Property Value
Color
MarkerInvertedColor
Gets or sets the color of the FluentTheme's inverted marker elements.
Declaration
public Color MarkerInvertedColor { get; set; }
Property Value
Color
MarkerMouseOverColor
Gets or sets the color of the FluentTheme's marker and text hovered elements.
Declaration
public Color MarkerMouseOverColor { get; set; }
Property Value
Color
MouseOverColor
Gets or sets the color of the FluentTheme's main hovered elements.
Declaration
public Color MouseOverColor { get; set; }
Property Value
Color
Palette
Holds the Palette singleton instance.
Declaration
public static FluentPalette Palette { get; }
Property Value
PressedColor
Gets or sets the color of the FluentTheme's main pressed elements.
Declaration
public Color PressedColor { get; set; }
Property Value
Color
PrimaryBackgroundColor
Gets or sets the color of the FluentTheme's primary background elements.
Declaration
public Color PrimaryBackgroundColor { get; set; }
Property Value
Color
PrimaryColor
Gets or sets the color of the FluentTheme's primary elements.
Declaration
public Color PrimaryColor { get; set; }
Property Value
Color
PrimaryMouseOverColor
Gets or sets the color of the FluentTheme's mouse over primary elements.
Declaration
public Color PrimaryMouseOverColor { get; set; }
Property Value
Color
ReadOnlyBackgroundColor
Gets or sets the color of the FluentTheme's read only background elements.
Declaration
public Color ReadOnlyBackgroundColor { get; set; }
Property Value
Color
ReadOnlyBorderColor
Gets or sets the color of the FluentTheme's read only border elements.
Declaration
public Color ReadOnlyBorderColor { get; set; }
Property Value
Color
ReadOnlyOpacity
Gets or sets the ReadOnlyOpacity used in readonly states.
ScrollBarsMode
Gets or sets the ScrollBarsMode used for the ScrollViewer's ScrollBars default appearance within the Fluent theme. The default value is Auto - the ScrollBars appear as a narrow sliver and expand to their normal size on MouseOver.
Declaration
public ScrollViewerScrollBarsMode ScrollBarsMode { get; set; }
Property Value
ValidationColor
Gets or sets the color of the FluentTheme's validation elements.
Declaration
public Color ValidationColor { get; set; }
Property Value
Color
Methods
GetIsFreezable(DependencyObject)
Gets the IsFreezable value from a DependencyObject.
Declaration
public static bool GetIsFreezable(DependencyObject dependencyObject)
Parameters
dependencyObject
DependencyObject
The dependencyObject.
Returns
The IsFreezable value.
LoadPreset(ColorVariation)
Loads a preset.
Declaration
public static void LoadPreset(FluentPalette.ColorVariation preset)
Parameters
preset
The color preset.
SetIsFreezable(DependencyObject, bool)
Sets the IsFreezable value from a DependencyObject.
Declaration
public static void SetIsFreezable(DependencyObject dependencyObject, bool value)
Parameters
dependencyObject
DependencyObject
The dependencyObject.
value
The IsFreezable value.