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

Hold resources used in the VisualStudio2013Theme theme.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.dll

Syntax:

C#
public sealed class VisualStudio2013Palette : ThemePalette

Inheritance: objectThemePaletteVisualStudio2013Palette

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

AccentMainColorProperty

DependencyProperty

Identifies the AccentMainColor dependency property.

C#
public static readonly DependencyProperty AccentMainColorProperty

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

Identifies the DefaultForegroundColor dependency property.

C#
public static readonly DependencyProperty DefaultForegroundColorProperty

DisabledOpacityProperty

DependencyProperty

Identifies the DisabledOpacity dependency property.

C#
public static readonly DependencyProperty DisabledOpacityProperty

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

FontSizeXXLProperty

DependencyProperty

Identifies the FontSizeXXL dependency property.

C#
public static readonly DependencyProperty FontSizeXXLProperty

FontSizeXXSProperty

DependencyProperty

Identifies the FontSizeXXS dependency property.

C#
public static readonly DependencyProperty FontSizeXXSProperty

FontSizeXXXSProperty

DependencyProperty

Identifies the FontSizeXXXS dependency property.

C#
public static readonly DependencyProperty FontSizeXXXSProperty

HeaderColorProperty

DependencyProperty

Identifies the HeaderColor dependency property.

C#
public static readonly DependencyProperty HeaderColorProperty

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

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

SelectedColorProperty

DependencyProperty

Identifies the SelectedColor dependency property.

C#
public static readonly DependencyProperty SelectedColorProperty

SemiBasicColorProperty

DependencyProperty

Identifies the SemiBasicColor dependency property.

C#
public static readonly DependencyProperty SemiBasicColorProperty

StrongColorProperty

DependencyProperty

Identifies the StrongColor dependency property.

C#
public static readonly DependencyProperty StrongColorProperty

ValidationColorProperty

DependencyProperty

Identifies the ValidationColor dependency property.

C#
public static readonly DependencyProperty ValidationColorProperty

Properties

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

C#
public Color AccentColor { get; set; }

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

C#
public Color AccentDarkColor { get; set; }

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

C#
public Color AccentMainColor { get; set; }

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

C#
public Color AlternativeColor { get; set; }

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

C#
public Color BasicColor { get; set; }

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

C#
public Color ComplementaryColor { get; set; }

Gets or sets the foreground of some of the VisualStudio2013Theme's elements.

C#
public Color DefaultForegroundColor { get; set; }

Gets or sets the DisabledOpacity used in disabled states.

C#
public double DisabledOpacity { 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 large text.

C#
public double FontSizeXXL { get; set; }

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

C#
public double FontSizeXXS { get; set; }

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

C#
public double FontSizeXXXS { get; set; }

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

C#
public Color HeaderColor { get; set; }

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

C#
public Color MainColor { get; set; }

Gets or sets the foreground and fill of paths of the VisualStudio2013Theme's elements.

C#
public Color MarkerColor { get; set; }

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

C#
public Color MouseOverColor { get; set; }

Holds the Palette singleton instance.

C#
public static VisualStudio2013Palette Palette { get; }

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

C#
public Color PrimaryColor { get; set; }

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

C#
public Color ReadOnlyBackgroundColor { get; set; }

Gets or sets the color of the VisualStudio2013Theme'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 VisualStudio2013Theme's Selected/Pressed effects.

C#
public Color SelectedColor { get; set; }

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

C#
public Color SemiBasicColor { get; set; }

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

C#
public Color StrongColor { get; set; }

Gets or sets the color of the VisualStudio2013Theme'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(VisualStudio2013Palette.ColorVariation preset)
Parameters:presetVisualStudio2013Palette.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.