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

Hold resources used in the VisualStudio2019Theme theme.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.dll

Syntax:

C#
public sealed class VisualStudio2019Palette : ThemePalette

Inheritance: objectThemePaletteVisualStudio2019Palette

Fields

AccentColorProperty

DependencyProperty

Identifies the AccentColor dependency property.

C#
public static readonly DependencyProperty AccentColorProperty

AccentDarkColorProperty

DependencyProperty

Identifies the AccentDarkColor dependency property.

C#
public static readonly DependencyProperty AccentDarkColorProperty

AccentFocusedColorProperty

DependencyProperty

Identifies the AccentFocusedColor dependency property.

C#
public static readonly DependencyProperty AccentFocusedColorProperty

Identifies the AccentForegroundColor dependency property.

C#
public static readonly DependencyProperty AccentForegroundColorProperty

AccentMainColorProperty

DependencyProperty

Identifies the AccentMainColor dependency property.

C#
public static readonly DependencyProperty AccentMainColorProperty

Identifies the AccentMouseOverColor dependency property.

C#
public static readonly DependencyProperty AccentMouseOverColorProperty

Identifies the AccentSecondaryDarkColor dependency property.

C#
public static readonly DependencyProperty AccentSecondaryDarkColorProperty

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

ComplementaryColorProperty

DependencyProperty

Identifies the ComplementaryColor dependency property.

C#
public static readonly DependencyProperty ComplementaryColorProperty

DisabledOpacityProperty

DependencyProperty

Identifies the DisabledOpacity dependency property.

C#
public static readonly DependencyProperty DisabledOpacityProperty

Identifies the DockingBackgroundColor dependency property.

C#
public static readonly DependencyProperty DockingBackgroundColorProperty

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

FontSizeXSProperty

DependencyProperty

Identifies the FontSizeXS dependency property.

C#
public static readonly DependencyProperty FontSizeXSProperty

FontSizeXXSProperty

DependencyProperty

Identifies the FontSizeXXS dependency property.

C#
public static readonly DependencyProperty FontSizeXXSProperty

HeaderColorProperty

DependencyProperty

Identifies the HeaderColor dependency property.

C#
public static readonly DependencyProperty HeaderColorProperty

IconColorProperty

DependencyProperty

Identifies the IconColor dependency property.

C#
public static readonly DependencyProperty IconColorProperty

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

MouseOverColorProperty

DependencyProperty

Identifies the MouseOverColor dependency property.

C#
public static readonly DependencyProperty MouseOverColorProperty

PrimaryColorProperty

DependencyProperty

Identifies the PrimaryColor dependency property.

C#
public static readonly DependencyProperty PrimaryColorProperty

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

SecondaryColorProperty

DependencyProperty

Identifies the SecondaryColor dependency property.

C#
public static readonly DependencyProperty SecondaryColorProperty

SemiBasicColorProperty

DependencyProperty

Identifies the SemiBasicColor dependency property.

C#
public static readonly DependencyProperty SemiBasicColorProperty

ValidationColorProperty

DependencyProperty

Identifies the ValidationColor dependency property.

C#
public static readonly DependencyProperty ValidationColorProperty

Properties

Gets or sets the color of the VisualStudio2019Theme's elements in their MouseOver, Active, Toggled and Focused visual states.

C#
public Color AccentColor { get; set; }

Gets or sets the color of the VisualStudio2019Theme's accent dark elements.

C#
public Color AccentDarkColor { get; set; }

Gets or sets the color of the VisualStudio2019Theme's focused elements.

C#
public Color AccentFocusedColor { get; set; }

Gets or sets the color of the VisualStudio2019Theme's accent text elements.

C#
public Color AccentForegroundColor { get; set; }

Gets or sets the color of the VisualStudio2019Theme's accent main elements.

C#
public Color AccentMainColor { get; set; }

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

C#
public Color AccentMouseOverColor { get; set; }

Gets or sets the color of the VisualStudio2019Theme's accent dark elements.

C#
public Color AccentSecondaryDarkColor { get; set; }

Gets or sets the color of the VisualStudio2019Theme's elements that have alternative background.

C#
public Color AlternativeColor { get; set; }

Gets or sets the color of the VisualStudio2019Theme's basic elements.

C#
public Color BasicColor { get; set; }

Gets or sets the color of the VisualStudio2019Theme's Slider control and elements in Disabled visual state.

C#
public Color ComplementaryColor { get; set; }

Gets or sets the DisabledOpacity used in disabled states.

C#
public double DisabledOpacity { get; set; }

Gets or sets the background color of the VisualStudio2019Theme's docking element.

C#
public Color DockingBackgroundColor { 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 font size for extra small text.

C#
public double FontSizeXS { get; set; }

Gets or sets the font size for extra extra small text.

C#
public double FontSizeXXS { get; set; }

Gets or sets the color of the VisualStudio2019Theme's header elements.

C#
public Color HeaderColor { get; set; }

Gets or sets the path fill of the VisualStudio2019Theme's elements that are in Normal State. Also used for RadWatermark content and RadGridView filters.

C#
public Color IconColor { get; set; }

Gets or sets the background color of the VisualStudio2019Theme's elements with direct input.

C#
public Color MainColor { get; set; }

Gets or sets the foreground of text/glyphs of the VisualStudio2019Theme's elements.

C#
public Color MarkerColor { get; set; }

Gets or sets the foreground of text/glyphs of the VisualStudio2019Theme's elements when their background changes to accent.

C#
public Color MarkerInvertedColor { get; set; }

Gets or sets the color of the VisualStudio2019Theme's MouseOver/Hover effects.

C#
public Color MouseOverColor { get; set; }

Holds the Palette singleton instance.

C#
public static VisualStudio2019Palette Palette { get; }

Gets or sets the background color of the VisualStudio2019Theme's elements.

C#
public Color PrimaryColor { get; set; }

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

C#
public Color ReadOnlyBackgroundColor { get; set; }

Gets or sets the color of the VisualStudio2019Theme'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 color of the VisualStudio2019Theme's Focus/Open effects.

C#
public Color SecondaryColor { get; set; }

Gets or sets the color of the VisualStudio2019Theme's elements that are in MouseOver state. It is BasicColor with 40% opacity.

C#
public Color SemiBasicColor { get; set; }

Gets or sets the color of the VisualStudio2019Theme's elements which support validation.

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(VisualStudio2019Palette.ColorVariation preset)
Parameters:presetVisualStudio2019Palette.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.