Class VisualStudio2013Palette
Hold resources used in the VisualStudio2013Theme theme.
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.dll
Syntax
public sealed class VisualStudio2013Palette : ThemePalette
Remarks
This palette provides a set of predefined colors that are consistent with the Visual Studio 2013 user interface, allowing developers to create applications that blend seamlessly with the Visual Studio environment.
Fields
AccentColorProperty
Identifies the AccentColor dependency property.
Declaration
public static readonly DependencyProperty AccentColorProperty
Field Value
System.Windows.DependencyProperty
|
AccentDarkColorProperty
Identifies the AccentDarkColor dependency property.
Declaration
public static readonly DependencyProperty AccentDarkColorProperty
Field Value
System.Windows.DependencyProperty
|
AccentMainColorProperty
Identifies the AccentMainColor dependency property.
Declaration
public static readonly DependencyProperty AccentMainColorProperty
Field Value
System.Windows.DependencyProperty
|
AlternativeColorProperty
Identifies the AlternativeColor dependency property.
Declaration
public static readonly DependencyProperty AlternativeColorProperty
Field Value
System.Windows.DependencyProperty
|
BasicColorProperty
Identifies the BasicColor dependency property.
Declaration
public static readonly DependencyProperty BasicColorProperty
Field Value
System.Windows.DependencyProperty
|
ComplementaryColorProperty
Identifies the ComplementaryColor dependency property.
Declaration
public static readonly DependencyProperty ComplementaryColorProperty
Field Value
System.Windows.DependencyProperty
|
DefaultForegroundColorProperty
Identifies the DefaultForegroundColor dependency property.
Declaration
public static readonly DependencyProperty DefaultForegroundColorProperty
Field Value
System.Windows.DependencyProperty
|
DisabledOpacityProperty
Identifies the DisabledOpacity dependency property.
Declaration
public static readonly DependencyProperty DisabledOpacityProperty
Field Value
System.Windows.DependencyProperty
|
FontFamilyProperty
Identifies the FontFamily dependency property.
Declaration
public static readonly DependencyProperty FontFamilyProperty
Field Value
System.Windows.DependencyProperty
|
FontSizeLProperty
Identifies the FontSizeL dependency property.
Declaration
public static readonly DependencyProperty FontSizeLProperty
Field Value
System.Windows.DependencyProperty
|
FontSizeProperty
Identifies the FontSize dependency property.
Declaration
public static readonly DependencyProperty FontSizeProperty
Field Value
System.Windows.DependencyProperty
|
FontSizeSProperty
Identifies the FontSizeS dependency property.
Declaration
public static readonly DependencyProperty FontSizeSProperty
Field Value
System.Windows.DependencyProperty
|
FontSizeXLProperty
Identifies the FontSizeXL dependency property.
Declaration
public static readonly DependencyProperty FontSizeXLProperty
Field Value
System.Windows.DependencyProperty
|
FontSizeXSProperty
Identifies the FontSizeXS dependency property.
Declaration
public static readonly DependencyProperty FontSizeXSProperty
Field Value
System.Windows.DependencyProperty
|
FontSizeXXLProperty
Identifies the FontSizeXXL dependency property.
Declaration
public static readonly DependencyProperty FontSizeXXLProperty
Field Value
System.Windows.DependencyProperty
|
FontSizeXXSProperty
Identifies the FontSizeXXS dependency property.
Declaration
public static readonly DependencyProperty FontSizeXXSProperty
Field Value
System.Windows.DependencyProperty
|
FontSizeXXXSProperty
Identifies the FontSizeXXXS dependency property.
Declaration
public static readonly DependencyProperty FontSizeXXXSProperty
Field Value
System.Windows.DependencyProperty
|
HeaderColorProperty
Identifies the HeaderColor dependency property.
Declaration
public static readonly DependencyProperty HeaderColorProperty
Field Value
System.Windows.DependencyProperty
|
IsFreezableProperty
Identifies the IsFreezable DependencyProperty.
Declaration
public static readonly DependencyProperty IsFreezableProperty
Field Value
System.Windows.DependencyProperty
|
MainColorProperty
Identifies the MainColor dependency property.
Declaration
public static readonly DependencyProperty MainColorProperty
Field Value
System.Windows.DependencyProperty
|
MarkerColorProperty
Identifies the MarkerColor dependency property.
Declaration
public static readonly DependencyProperty MarkerColorProperty
Field Value
System.Windows.DependencyProperty
|
MouseOverColorProperty
Identifies the MouseOverColor dependency property.
Declaration
public static readonly DependencyProperty MouseOverColorProperty
Field Value
System.Windows.DependencyProperty
|
PrimaryColorProperty
Identifies the PrimaryColor dependency property.
Declaration
public static readonly DependencyProperty PrimaryColorProperty
Field Value
System.Windows.DependencyProperty
|
ReadOnlyBackgroundColorProperty
Identifies the ReadOnlyBackgroundColor dependency property.
Declaration
public static readonly DependencyProperty ReadOnlyBackgroundColorProperty
Field Value
System.Windows.DependencyProperty
|
ReadOnlyBorderColorProperty
Identifies the ReadOnlyBorderColor dependency property.
Declaration
public static readonly DependencyProperty ReadOnlyBorderColorProperty
Field Value
System.Windows.DependencyProperty
|
ReadOnlyOpacityProperty
Identifies the ReadOnlyOpacity dependency property.
Declaration
public static readonly DependencyProperty ReadOnlyOpacityProperty
Field Value
System.Windows.DependencyProperty
|
SelectedColorProperty
Identifies the SelectedColor dependency property.
Declaration
public static readonly DependencyProperty SelectedColorProperty
Field Value
System.Windows.DependencyProperty
|
SemiBasicColorProperty
Identifies the SemiBasicColor dependency property.
Declaration
public static readonly DependencyProperty SemiBasicColorProperty
Field Value
System.Windows.DependencyProperty
|
StrongColorProperty
Identifies the StrongColor dependency property.
Declaration
public static readonly DependencyProperty StrongColorProperty
Field Value
System.Windows.DependencyProperty
|
ValidationColorProperty
Identifies the ValidationColor dependency property.
Declaration
public static readonly DependencyProperty ValidationColorProperty
Field Value
System.Windows.DependencyProperty
|
Properties
AccentColor
Gets or sets the color of the VisualStudio2013Theme's elements in their MouseOver, Active, Toggled and Focused visual states.
Declaration
public Color AccentColor { get; set; }
Property Value
System.Windows.Media.Color
|
AccentDarkColor
Gets or sets the color of the VisualStudio2013Theme's accent dark elements.
Declaration
public Color AccentDarkColor { get; set; }
Property Value
System.Windows.Media.Color
|
AccentMainColor
Gets or sets the color of the VisualStudio2013Theme's accent main elements.
Declaration
public Color AccentMainColor { get; set; }
Property Value
System.Windows.Media.Color
|
AlternativeColor
Gets or sets the color of the VisualStudio2013Theme's elements that have alternative background.
Declaration
public Color AlternativeColor { get; set; }
Property Value
System.Windows.Media.Color
|
BasicColor
Gets or sets the color of the VisualStudio2013Theme's basic elements.
Declaration
public Color BasicColor { get; set; }
Property Value
System.Windows.Media.Color
|
ComplementaryColor
Gets or sets the color of the VisualStudio2013Theme's Slider control and elements in Disabled visual state.
Declaration
public Color ComplementaryColor { get; set; }
Property Value
System.Windows.Media.Color
|
DefaultForegroundColor
Gets or sets the foreground of some of the VisualStudio2013Theme's elements.
Declaration
public Color DefaultForegroundColor { get; set; }
Property Value
System.Windows.Media.Color
|
DisabledOpacity
Gets or sets the DisabledOpacity used in disabled states.
Declaration
public double DisabledOpacity { get; set; }
Property Value
System.Double
|
FontFamily
Gets or sets the FontFamily used in normal texts.
Declaration
public FontFamily FontFamily { get; set; }
Property Value
System.Windows.Media.FontFamily
|
FontSize
Gets or sets the font size for normal text.
Declaration
public double FontSize { get; set; }
Property Value
System.Double
|
FontSizeL
Gets or sets the font size for large text.
Declaration
public double FontSizeL { get; set; }
Property Value
System.Double
|
FontSizeS
Gets or sets the font size for small text.
Declaration
public double FontSizeS { get; set; }
Property Value
System.Double
|
FontSizeXL
Gets or sets the font size for extra large text.
Declaration
public double FontSizeXL { get; set; }
Property Value
System.Double
|
FontSizeXS
Gets or sets the font size for extra small text.
Declaration
public double FontSizeXS { get; set; }
Property Value
System.Double
|
FontSizeXXL
Gets or sets the font size for extra extra large text.
Declaration
public double FontSizeXXL { get; set; }
Property Value
System.Double
|
FontSizeXXS
Gets or sets the font size for extra extra small text.
Declaration
public double FontSizeXXS { get; set; }
Property Value
System.Double
|
FontSizeXXXS
Gets or sets the font size for extra extra extra small text.
Declaration
public double FontSizeXXXS { get; set; }
Property Value
System.Double
|
HeaderColor
Gets or sets the color of the VisualStudio2013Theme's header elements.
Declaration
public Color HeaderColor { get; set; }
Property Value
System.Windows.Media.Color
|
MainColor
Gets or sets the background color of the VisualStudio2013Theme's elements with direct input.
Declaration
public Color MainColor { get; set; }
Property Value
System.Windows.Media.Color
|
MarkerColor
Gets or sets the foreground and fill of paths of the VisualStudio2013Theme's elements.
Declaration
public Color MarkerColor { get; set; }
Property Value
System.Windows.Media.Color
|
MouseOverColor
Gets or sets the color of the VisualStudio2013Theme's MouseOver/Hover effects.
Declaration
public Color MouseOverColor { get; set; }
Property Value
System.Windows.Media.Color
|
Palette
Holds the Palette singleton instance.
Declaration
public static VisualStudio2013Palette Palette { get; }
Property Value
VisualStudio2013Palette
|
PrimaryColor
Gets or sets the background color of the VisualStudio2013Theme's elements.
Declaration
public Color PrimaryColor { get; set; }
Property Value
System.Windows.Media.Color
|
ReadOnlyBackgroundColor
Gets or sets the color of the VisualStudio2013Theme's read only background elements.
Declaration
public Color ReadOnlyBackgroundColor { get; set; }
Property Value
System.Windows.Media.Color
|
ReadOnlyBorderColor
Gets or sets the color of the VisualStudio2013Theme's read only border elements.
Declaration
public Color ReadOnlyBorderColor { get; set; }
Property Value
System.Windows.Media.Color
|
ReadOnlyOpacity
Gets or sets the ReadOnlyOpacity used in readonly states.
Declaration
public double ReadOnlyOpacity { get; set; }
Property Value
System.Double
|
SelectedColor
Gets or sets the color of the VisualStudio2013Theme's Selected/Pressed effects.
Declaration
public Color SelectedColor { get; set; }
Property Value
System.Windows.Media.Color
|
SemiBasicColor
Gets or sets the color of the VisualStudio2013Theme's elements that are in MouseOver state. It is BasicColor with 40% opacity.
Declaration
public Color SemiBasicColor { get; set; }
Property Value
System.Windows.Media.Color
|
StrongColor
Gets or sets the path fill of the VisualStudio2013Theme's elements that are in Normal State. Also used for RadWatermark content and RadGridView filters.
Declaration
public Color StrongColor { get; set; }
Property Value
System.Windows.Media.Color
|
ValidationColor
Gets or sets the color of the VisualStudio2013Theme's elements which support validation.
Declaration
public Color ValidationColor { get; set; }
Property Value
System.Windows.Media.Color
|
Methods
GetIsFreezable(DependencyObject)
Gets the IsFreezable value from a DependencyObject.
Declaration
public static bool GetIsFreezable(DependencyObject dependencyObject)
Parameters
System.Windows.DependencyObject
dependencyObject
The dependencyObject. |
Returns
System.Boolean
The IsFreezable value. |
LoadPreset(VisualStudio2013Palette.ColorVariation)
Loads a preset.
Declaration
public static void LoadPreset(VisualStudio2013Palette.ColorVariation preset)
Parameters
VisualStudio2013Palette.ColorVariation
preset
The color preset. |
SetIsFreezable(DependencyObject, Boolean)
Sets the IsFreezable value from a DependencyObject.
Declaration
public static void SetIsFreezable(DependencyObject dependencyObject, bool value)
Parameters
System.Windows.DependencyObject
dependencyObject
The dependencyObject. |
System.Boolean
value
The IsFreezable value. |