FluentPalette
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
DependencyProperty
Identifies the AccentColor dependency property.
public static readonly DependencyProperty AccentColorProperty
AccentFocusedColorProperty
DependencyProperty
Identifies the AccentFocusedColor dependency property.
public static readonly DependencyProperty AccentFocusedColorProperty
AccentMouseOverColorProperty
DependencyProperty
Identifies the AccentMouseOverColor dependency property.
public static readonly DependencyProperty AccentMouseOverColorProperty
AccentPressedColorProperty
DependencyProperty
Identifies the AccentPressedColor dependency property.
public static readonly DependencyProperty AccentPressedColorProperty
AlternativeColorProperty
DependencyProperty
Identifies the AlternativeColor dependency property.
public static readonly DependencyProperty AlternativeColorProperty
BasicColorProperty
DependencyProperty
Identifies the BasicColor dependency property.
public static readonly DependencyProperty BasicColorProperty
BasicSolidColorProperty
DependencyProperty
Identifies the BasicSolidColor dependency property.
public static readonly DependencyProperty BasicSolidColorProperty
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
DisabledOpacityProperty
DependencyProperty
Identifies the DisabledOpacity dependency property.
public static readonly DependencyProperty DisabledOpacityProperty
FocusThicknessProperty
DependencyProperty
Identifies the FocusThickness dependency property.
public static readonly DependencyProperty FocusThicknessProperty
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
FontSizeXLProperty
DependencyProperty
Identifies the FontSizeXL dependency property.
public static readonly DependencyProperty FontSizeXLProperty
IconColorProperty
DependencyProperty
Identifies the IconColor dependency property.
public static readonly DependencyProperty IconColorProperty
InputOpacityProperty
DependencyProperty
Identifies the InputOpacity dependency property.
public static readonly DependencyProperty InputOpacityProperty
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
MarkerMouseOverColorProperty
DependencyProperty
Identifies the MarkerMouseOverColor dependency property.
public static readonly DependencyProperty MarkerMouseOverColorProperty
MouseOverColorProperty
DependencyProperty
Identifies the MouseOverColor dependency property.
public static readonly DependencyProperty MouseOverColorProperty
PressedColorProperty
DependencyProperty
Identifies the PressedColor dependency property.
public static readonly DependencyProperty PressedColorProperty
PrimaryBackgroundColorProperty
DependencyProperty
Identifies the PrimaryBackgroundColor dependency property.
public static readonly DependencyProperty PrimaryBackgroundColorProperty
PrimaryColorProperty
DependencyProperty
Identifies the PrimaryColor dependency property.
public static readonly DependencyProperty PrimaryColorProperty
PrimaryMouseOverColorProperty
DependencyProperty
Identifies the PrimaryMouseOverColor dependency property.
public static readonly DependencyProperty PrimaryMouseOverColorProperty
ReadOnlyBackgroundColorProperty
DependencyProperty
Identifies the ReadOnlyBackgroundColor dependency property.
public static readonly DependencyProperty ReadOnlyBackgroundColorProperty
ReadOnlyBorderColorProperty
DependencyProperty
Identifies the ReadOnlyBorderColor dependency property.
public static readonly DependencyProperty ReadOnlyBorderColorProperty
ReadOnlyOpacityProperty
DependencyProperty
Identifies the ReadOnlyOpacity dependency property.
public static readonly DependencyProperty ReadOnlyOpacityProperty
ScrollBarsModeProperty
DependencyProperty
Identifies the ScrollBarsMode dependency property.
public static readonly DependencyProperty ScrollBarsModeProperty
ValidationColorProperty
DependencyProperty
Identifies the ValidationColor dependency property.
public static readonly DependencyProperty ValidationColorProperty
Properties
AccentColor
Color
Gets or sets the color of the FluentTheme's accent elements.
public Color AccentColor { get; set; }
AccentFocusedColor
Color
Gets or sets the color of the FluentTheme's focus elements.
public Color AccentFocusedColor { get; set; }
AccentMouseOverColor
Color
Gets or sets the color of the FluentTheme's mouse over accent elements.
public Color AccentMouseOverColor { get; set; }
AccentPressedColor
Color
Gets or sets the color of the FluentTheme's pressed accent elements.
public Color AccentPressedColor { get; set; }
AlternativeColor
Color
Gets or sets the color of the FluentTheme's alternative elements.
public Color AlternativeColor { get; set; }
BasicColor
Color
Gets or sets the color of the FluentTheme's basic and border elements.
public Color BasicColor { get; set; }
BasicSolidColor
Color
Gets or sets the solid color of the FluentTheme's basic and border elements.
public Color BasicSolidColor { get; set; }
ComplementaryColor
Color
Gets or sets the color of the FluentTheme'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 DisabledOpacity used in disabled states.
public double DisabledOpacity { get; set; }
FocusThickness
Thickness
Gets or sets the FocusThickness used in focused states.
public Thickness FocusThickness { get; set; }
FontFamily
FontFamily
Gets or sets the FontFamily used in normal texts.
public FontFamily FontFamily { get; set; }
Gets or sets the font size for extra large text.
public double FontSizeXL { get; set; }
IconColor
Color
Gets or sets the color of the FluentTheme's icons and icon-like elements.
public Color IconColor { get; set; }
Gets or sets the InputOpacity used in the default states of the input controls.
public double InputOpacity { get; set; }
MainColor
Color
Gets or sets the color of the FluentTheme's main elements.
public Color MainColor { get; set; }
MarkerColor
Color
Gets or sets the color of the FluentTheme's marker and text elements.
public Color MarkerColor { get; set; }
MarkerInvertedColor
Color
Gets or sets the color of the FluentTheme's inverted marker elements.
public Color MarkerInvertedColor { get; set; }
MarkerMouseOverColor
Color
Gets or sets the color of the FluentTheme's marker and text hovered elements.
public Color MarkerMouseOverColor { get; set; }
MouseOverColor
Color
Gets or sets the color of the FluentTheme's main hovered elements.
public Color MouseOverColor { get; set; }
Holds the Palette singleton instance.
public static FluentPalette Palette { get; }
PressedColor
Color
Gets or sets the color of the FluentTheme's main pressed elements.
public Color PressedColor { get; set; }
Gets or sets the color of the FluentTheme's primary background elements.
public Color PrimaryBackgroundColor { get; set; }
PrimaryColor
Color
Gets or sets the color of the FluentTheme's primary elements.
public Color PrimaryColor { get; set; }
Gets or sets the color of the FluentTheme's mouse over primary elements.
public Color PrimaryMouseOverColor { get; set; }
Gets or sets the color of the FluentTheme's read only background elements.
public Color ReadOnlyBackgroundColor { get; set; }
ReadOnlyBorderColor
Color
Gets or sets the color of the FluentTheme's read only border elements.
public Color ReadOnlyBorderColor { get; set; }
Gets or sets the ReadOnlyOpacity used in readonly states.
public double ReadOnlyOpacity { get; set; }
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.
public ScrollViewerScrollBarsMode ScrollBarsMode { get; set; }
ValidationColor
Color
Gets or sets the color of the FluentTheme'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(FluentPalette.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.