New to Telerik UI for WPFStart a free 30-day trial

Hold resources used in the FluentTheme theme.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.dll

Syntax:

C#
public sealed class FluentPalette : ThemePalette

Inheritance: objectThemePaletteFluentPalette

Fields

AccentColorProperty

DependencyProperty

Identifies the AccentColor dependency property.

C#
public static readonly DependencyProperty AccentColorProperty

AccentFocusedColorProperty

DependencyProperty

Identifies the AccentFocusedColor dependency property.

C#
public static readonly DependencyProperty AccentFocusedColorProperty

Identifies the AccentMouseOverColor dependency property.

C#
public static readonly DependencyProperty AccentMouseOverColorProperty

AccentPressedColorProperty

DependencyProperty

Identifies the AccentPressedColor dependency property.

C#
public static readonly DependencyProperty AccentPressedColorProperty

AlternativeColorProperty

DependencyProperty

Identifies the AlternativeColor dependency property.

C#
public static readonly DependencyProperty AlternativeColorProperty

BasicColorProperty

DependencyProperty

Identifies the BasicColor dependency property.

C#
public static readonly DependencyProperty BasicColorProperty

BasicSolidColorProperty

DependencyProperty

Identifies the BasicSolidColor dependency property.

C#
public static readonly DependencyProperty BasicSolidColorProperty

ComplementaryColorProperty

DependencyProperty

Identifies the ComplementaryColor dependency property.

C#
public static readonly DependencyProperty ComplementaryColorProperty

CornerRadiusBottomProperty

DependencyProperty

Identifies the CornerRadiusBottom dependency property.

C#
public static readonly DependencyProperty CornerRadiusBottomProperty

CornerRadiusLeftProperty

DependencyProperty

Identifies the CornerRadiusLeft dependency property.

C#
public static readonly DependencyProperty CornerRadiusLeftProperty

CornerRadiusProperty

DependencyProperty

Identifies the CornerRadius dependency property.

C#
public static readonly DependencyProperty CornerRadiusProperty

CornerRadiusRightProperty

DependencyProperty

Identifies the CornerRadiusRight dependency property.

C#
public static readonly DependencyProperty CornerRadiusRightProperty

CornerRadiusTopProperty

DependencyProperty

Identifies the CornerRadiusTop dependency property.

C#
public static readonly DependencyProperty CornerRadiusTopProperty

DisabledOpacityProperty

DependencyProperty

Identifies the DisabledOpacity dependency property.

C#
public static readonly DependencyProperty DisabledOpacityProperty

FocusThicknessProperty

DependencyProperty

Identifies the FocusThickness dependency property.

C#
public static readonly DependencyProperty FocusThicknessProperty

FontFamilyProperty

DependencyProperty

Identifies the FontFamily dependency property.

C#
public static readonly DependencyProperty FontFamilyProperty

FontSizeLProperty

DependencyProperty

Identifies the FontSizeL dependency property.

C#
public static readonly DependencyProperty FontSizeLProperty

FontSizeProperty

DependencyProperty

Identifies the FontSize dependency property.

C#
public static readonly DependencyProperty FontSizeProperty

FontSizeSProperty

DependencyProperty

Identifies the FontSizeS dependency property.

C#
public static readonly DependencyProperty FontSizeSProperty

FontSizeXLProperty

DependencyProperty

Identifies the FontSizeXL dependency property.

C#
public static readonly DependencyProperty FontSizeXLProperty

IconColorProperty

DependencyProperty

Identifies the IconColor dependency property.

C#
public static readonly DependencyProperty IconColorProperty

InputOpacityProperty

DependencyProperty

Identifies the InputOpacity dependency property.

C#
public static readonly DependencyProperty InputOpacityProperty

IsFreezableProperty

DependencyProperty

Identifies the IsFreezable DependencyProperty.

C#
public static readonly DependencyProperty IsFreezableProperty

MainColorProperty

DependencyProperty

Identifies the MainColor dependency property.

C#
public static readonly DependencyProperty MainColorProperty

MarkerColorProperty

DependencyProperty

Identifies the MarkerColor dependency property.

C#
public static readonly DependencyProperty MarkerColorProperty

MarkerInvertedColorProperty

DependencyProperty

Identifies the MarkerInvertedColor dependency property.

C#
public static readonly DependencyProperty MarkerInvertedColorProperty

Identifies the MarkerMouseOverColor dependency property.

C#
public static readonly DependencyProperty MarkerMouseOverColorProperty

MouseOverColorProperty

DependencyProperty

Identifies the MouseOverColor dependency property.

C#
public static readonly DependencyProperty MouseOverColorProperty

PressedColorProperty

DependencyProperty

Identifies the PressedColor dependency property.

C#
public static readonly DependencyProperty PressedColorProperty

Identifies the PrimaryBackgroundColor dependency property.

C#
public static readonly DependencyProperty PrimaryBackgroundColorProperty

PrimaryColorProperty

DependencyProperty

Identifies the PrimaryColor dependency property.

C#
public static readonly DependencyProperty PrimaryColorProperty

Identifies the PrimaryMouseOverColor dependency property.

C#
public static readonly DependencyProperty PrimaryMouseOverColorProperty

Identifies the ReadOnlyBackgroundColor dependency property.

C#
public static readonly DependencyProperty ReadOnlyBackgroundColorProperty

ReadOnlyBorderColorProperty

DependencyProperty

Identifies the ReadOnlyBorderColor dependency property.

C#
public static readonly DependencyProperty ReadOnlyBorderColorProperty

ReadOnlyOpacityProperty

DependencyProperty

Identifies the ReadOnlyOpacity dependency property.

C#
public static readonly DependencyProperty ReadOnlyOpacityProperty

ScrollBarsModeProperty

DependencyProperty

Identifies the ScrollBarsMode dependency property.

C#
public static readonly DependencyProperty ScrollBarsModeProperty

ValidationColorProperty

DependencyProperty

Identifies the ValidationColor dependency property.

C#
public static readonly DependencyProperty ValidationColorProperty

Properties

Gets or sets the color of the FluentTheme's accent elements.

C#
public Color AccentColor { get; set; }

Gets or sets the color of the FluentTheme's focus elements.

C#
public Color AccentFocusedColor { get; set; }

Gets or sets the color of the FluentTheme's mouse over accent elements.

C#
public Color AccentMouseOverColor { get; set; }

Gets or sets the color of the FluentTheme's pressed accent elements.

C#
public Color AccentPressedColor { get; set; }

Gets or sets the color of the FluentTheme's alternative elements.

C#
public Color AlternativeColor { get; set; }

Gets or sets the color of the FluentTheme's basic and border elements.

C#
public Color BasicColor { get; set; }

Gets or sets the solid color of the FluentTheme's basic and border elements.

C#
public Color BasicSolidColor { get; set; }

Gets or sets the color of the FluentTheme's complementary elements.

C#
public Color ComplementaryColor { get; set; }

CornerRadius

CornerRadius

Gets or sets the CornerRadius used in borders.

C#
public CornerRadius CornerRadius { get; set; }

CornerRadiusBottom

CornerRadius

Gets or sets the CornerRadiusBottom used in borders.

C#
public CornerRadius CornerRadiusBottom { get; set; }

CornerRadiusLeft

CornerRadius

Gets or sets the CornerRadiusLeft used in borders.

C#
public CornerRadius CornerRadiusLeft { get; set; }

CornerRadiusRight

CornerRadius

Gets or sets the CornerRadiusRight used in borders.

C#
public CornerRadius CornerRadiusRight { get; set; }

CornerRadiusTop

CornerRadius

Gets or sets the CornerRadiusTop used in borders.

C#
public CornerRadius CornerRadiusTop { get; set; }

Gets or sets the DisabledOpacity used in disabled states.

C#
public double DisabledOpacity { get; set; }

Gets or sets the FocusThickness used in focused states.

C#
public Thickness FocusThickness { get; set; }

FontFamily

FontFamily

Gets or sets the FontFamily used in normal texts.

C#
public FontFamily FontFamily { get; set; }

Gets or sets the font size for normal text.

C#
public double FontSize { get; set; }

Gets or sets the font size for large text.

C#
public double FontSizeL { get; set; }

Gets or sets the font size for small text.

C#
public double FontSizeS { get; set; }

Gets or sets the font size for extra large text.

C#
public double FontSizeXL { get; set; }

Gets or sets the color of the FluentTheme's icons and icon-like elements.

C#
public Color IconColor { get; set; }

Gets or sets the InputOpacity used in the default states of the input controls.

C#
public double InputOpacity { get; set; }

Gets or sets the color of the FluentTheme's main elements.

C#
public Color MainColor { get; set; }

Gets or sets the color of the FluentTheme's marker and text elements.

C#
public Color MarkerColor { get; set; }

Gets or sets the color of the FluentTheme's inverted marker elements.

C#
public Color MarkerInvertedColor { get; set; }

Gets or sets the color of the FluentTheme's marker and text hovered elements.

C#
public Color MarkerMouseOverColor { get; set; }

Gets or sets the color of the FluentTheme's main hovered elements.

C#
public Color MouseOverColor { get; set; }

Holds the Palette singleton instance.

C#
public static FluentPalette Palette { get; }

Gets or sets the color of the FluentTheme's main pressed elements.

C#
public Color PressedColor { get; set; }

Gets or sets the color of the FluentTheme's primary background elements.

C#
public Color PrimaryBackgroundColor { get; set; }

Gets or sets the color of the FluentTheme's primary elements.

C#
public Color PrimaryColor { get; set; }

Gets or sets the color of the FluentTheme's mouse over primary elements.

C#
public Color PrimaryMouseOverColor { get; set; }

Gets or sets the color of the FluentTheme's read only background elements.

C#
public Color ReadOnlyBackgroundColor { get; set; }

Gets or sets the color of the FluentTheme's read only border elements.

C#
public Color ReadOnlyBorderColor { get; set; }

Gets or sets the ReadOnlyOpacity used in readonly states.

C#
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.

C#
public ScrollViewerScrollBarsMode ScrollBarsMode { get; set; }

Gets or sets the color of the FluentTheme's validation elements.

C#
public Color ValidationColor { get; set; }

Methods

Gets the IsFreezable value from a DependencyObject.

C#
public static bool GetIsFreezable(DependencyObject dependencyObject)
Parameters:dependencyObjectDependencyObject

The dependencyObject.

Returns:

bool

The IsFreezable value.

Loads a preset.

C#
public static void LoadPreset(FluentPalette.ColorVariation preset)
Parameters:presetFluentPalette.ColorVariation

The color preset.

Sets the IsFreezable value from a DependencyObject.

C#
public static void SetIsFreezable(DependencyObject dependencyObject, bool value)
Parameters:dependencyObjectDependencyObject

The dependencyObject.

valuebool

The IsFreezable value.

In this article
DefinitionFieldsAccentColorPropertyAccentFocusedColorPropertyAccentMouseOverColorPropertyAccentPressedColorPropertyAlternativeColorPropertyBasicColorPropertyBasicSolidColorPropertyComplementaryColorPropertyCornerRadiusBottomPropertyCornerRadiusLeftPropertyCornerRadiusPropertyCornerRadiusRightPropertyCornerRadiusTopPropertyDisabledOpacityPropertyFocusThicknessPropertyFontFamilyPropertyFontSizeLPropertyFontSizePropertyFontSizeSPropertyFontSizeXLPropertyIconColorPropertyInputOpacityPropertyIsFreezablePropertyMainColorPropertyMarkerColorPropertyMarkerInvertedColorPropertyMarkerMouseOverColorPropertyMouseOverColorPropertyPressedColorPropertyPrimaryBackgroundColorPropertyPrimaryColorPropertyPrimaryMouseOverColorPropertyReadOnlyBackgroundColorPropertyReadOnlyBorderColorPropertyReadOnlyOpacityPropertyScrollBarsModePropertyValidationColorPropertyPropertiesAccentColorAccentFocusedColorAccentMouseOverColorAccentPressedColorAlternativeColorBasicColorBasicSolidColorComplementaryColorCornerRadiusCornerRadiusBottomCornerRadiusLeftCornerRadiusRightCornerRadiusTopDisabledOpacityFocusThicknessFontFamilyFontSizeFontSizeLFontSizeSFontSizeXLIconColorInputOpacityMainColorMarkerColorMarkerInvertedColorMarkerMouseOverColorMouseOverColorPalettePressedColorPrimaryBackgroundColorPrimaryColorPrimaryMouseOverColorReadOnlyBackgroundColorReadOnlyBorderColorReadOnlyOpacityScrollBarsModeValidationColorMethodsGetIsFreezable(DependencyObject)LoadPreset(ColorVariation)SetIsFreezable(DependencyObject, bool)
Not finding the help you need?
Contact Support