Hold resources used in the VisualStudio2013Theme theme.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.dll
Syntax:
public sealed class VisualStudio2013Palette : ThemePalette
Inheritance: objectThemePaletteVisualStudio2013Palette
Fields
AccentColorProperty
DependencyProperty
Identifies the AccentColor dependency property.
public static readonly DependencyProperty AccentColorProperty
AccentDarkColorProperty
DependencyProperty
Identifies the AccentDarkColor dependency property.
public static readonly DependencyProperty AccentDarkColorProperty
AccentMainColorProperty
DependencyProperty
Identifies the AccentMainColor dependency property.
public static readonly DependencyProperty AccentMainColorProperty
AlternativeColorProperty
DependencyProperty
Identifies the AlternativeColor dependency property.
public static readonly DependencyProperty AlternativeColorProperty
BasicColorProperty
DependencyProperty
Identifies the BasicColor dependency property.
public static readonly DependencyProperty BasicColorProperty
ComplementaryColorProperty
DependencyProperty
Identifies the ComplementaryColor dependency property.
public static readonly DependencyProperty ComplementaryColorProperty
DefaultForegroundColorProperty
DependencyProperty
Identifies the DefaultForegroundColor dependency property.
public static readonly DependencyProperty DefaultForegroundColorProperty
DisabledOpacityProperty
DependencyProperty
Identifies the DisabledOpacity dependency property.
public static readonly DependencyProperty DisabledOpacityProperty
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
FontSizeXSProperty
DependencyProperty
Identifies the FontSizeXS dependency property.
public static readonly DependencyProperty FontSizeXSProperty
FontSizeXXLProperty
DependencyProperty
Identifies the FontSizeXXL dependency property.
public static readonly DependencyProperty FontSizeXXLProperty
FontSizeXXSProperty
DependencyProperty
Identifies the FontSizeXXS dependency property.
public static readonly DependencyProperty FontSizeXXSProperty
FontSizeXXXSProperty
DependencyProperty
Identifies the FontSizeXXXS dependency property.
public static readonly DependencyProperty FontSizeXXXSProperty
HeaderColorProperty
DependencyProperty
Identifies the HeaderColor dependency property.
public static readonly DependencyProperty HeaderColorProperty
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
MouseOverColorProperty
DependencyProperty
Identifies the MouseOverColor dependency property.
public static readonly DependencyProperty MouseOverColorProperty
PrimaryColorProperty
DependencyProperty
Identifies the PrimaryColor dependency property.
public static readonly DependencyProperty PrimaryColorProperty
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
SelectedColorProperty
DependencyProperty
Identifies the SelectedColor dependency property.
public static readonly DependencyProperty SelectedColorProperty
SemiBasicColorProperty
DependencyProperty
Identifies the SemiBasicColor dependency property.
public static readonly DependencyProperty SemiBasicColorProperty
StrongColorProperty
DependencyProperty
Identifies the StrongColor dependency property.
public static readonly DependencyProperty StrongColorProperty
ValidationColorProperty
DependencyProperty
Identifies the ValidationColor dependency property.
public static readonly DependencyProperty ValidationColorProperty
Properties
AccentColor
Color
Gets or sets the color of the VisualStudio2013Theme's elements in their MouseOver, Active, Toggled and Focused visual states.
public Color AccentColor { get; set; }
AccentDarkColor
Color
Gets or sets the color of the VisualStudio2013Theme's accent dark elements.
public Color AccentDarkColor { get; set; }
AccentMainColor
Color
Gets or sets the color of the VisualStudio2013Theme's accent main elements.
public Color AccentMainColor { get; set; }
AlternativeColor
Color
Gets or sets the color of the VisualStudio2013Theme's elements that have alternative background.
public Color AlternativeColor { get; set; }
BasicColor
Color
Gets or sets the color of the VisualStudio2013Theme's basic elements.
public Color BasicColor { get; set; }
ComplementaryColor
Color
Gets or sets the color of the VisualStudio2013Theme's Slider control and elements in Disabled visual state.
public Color ComplementaryColor { get; set; }
Gets or sets the foreground of some of the VisualStudio2013Theme's elements.
public Color DefaultForegroundColor { get; set; }
Gets or sets the DisabledOpacity used in disabled states.
public double DisabledOpacity { 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; }
Gets or sets the font size for extra small text.
public double FontSizeXS { get; set; }
Gets or sets the font size for extra extra large text.
public double FontSizeXXL { get; set; }
Gets or sets the font size for extra extra small text.
public double FontSizeXXS { get; set; }
Gets or sets the font size for extra extra extra small text.
public double FontSizeXXXS { get; set; }
HeaderColor
Color
Gets or sets the color of the VisualStudio2013Theme's header elements.
public Color HeaderColor { get; set; }
MainColor
Color
Gets or sets the background color of the VisualStudio2013Theme's elements with direct input.
public Color MainColor { get; set; }
MarkerColor
Color
Gets or sets the foreground and fill of paths of the VisualStudio2013Theme's elements.
public Color MarkerColor { get; set; }
MouseOverColor
Color
Gets or sets the color of the VisualStudio2013Theme's MouseOver/Hover effects.
public Color MouseOverColor { get; set; }
Holds the Palette singleton instance.
public static VisualStudio2013Palette Palette { get; }
PrimaryColor
Color
Gets or sets the background color of the VisualStudio2013Theme's elements.
public Color PrimaryColor { get; set; }
Gets or sets the color of the VisualStudio2013Theme's read only background elements.
public Color ReadOnlyBackgroundColor { get; set; }
ReadOnlyBorderColor
Color
Gets or sets the color of the VisualStudio2013Theme's read only border elements.
public Color ReadOnlyBorderColor { get; set; }
Gets or sets the ReadOnlyOpacity used in readonly states.
public double ReadOnlyOpacity { get; set; }
SelectedColor
Color
Gets or sets the color of the VisualStudio2013Theme's Selected/Pressed effects.
public Color SelectedColor { get; set; }
SemiBasicColor
Color
Gets or sets the color of the VisualStudio2013Theme's elements that are in MouseOver state. It is BasicColor with 40% opacity.
public Color SemiBasicColor { get; set; }
StrongColor
Color
Gets or sets the path fill of the VisualStudio2013Theme's elements that are in Normal State. Also used for RadWatermark content and RadGridView filters.
public Color StrongColor { get; set; }
ValidationColor
Color
Gets or sets the color of the VisualStudio2013Theme's elements which support validation.
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(VisualStudio2013Palette.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.