ClassGreenPalette
Hold resources used in the GreenTheme theme.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.dll
Syntax:
public sealed class GreenPalette : ThemePalette
Inheritance: objectThemePaletteGreenPalette
Fields
AccentHighColorProperty
Identifies the AccentHighColor dependency property.
Declaration
public static readonly DependencyProperty AccentHighColorProperty
Field Value
DependencyProperty
AccentLowColorProperty
Identifies the AccentLowColor dependency property.
Declaration
public static readonly DependencyProperty AccentLowColorProperty
Field Value
DependencyProperty
AlternativeColorProperty
Identifies the AlternativeColor dependency property.
Declaration
public static readonly DependencyProperty AlternativeColorProperty
Field Value
DependencyProperty
BasicColorProperty
Identifies the BasicColor dependency property.
Declaration
public static readonly DependencyProperty BasicColorProperty
Field Value
DependencyProperty
ComplementaryColorProperty
Identifies the ComplementaryColor dependency property.
Declaration
public static readonly DependencyProperty ComplementaryColorProperty
Field Value
DependencyProperty
CornerRadiusBottomProperty
Identifies the CornerRadiusBottom dependency property.
Declaration
public static readonly DependencyProperty CornerRadiusBottomProperty
Field Value
DependencyProperty
CornerRadiusLeftProperty
Identifies the CornerRadiusLeft dependency property.
Declaration
public static readonly DependencyProperty CornerRadiusLeftProperty
Field Value
DependencyProperty
CornerRadiusProperty
Identifies the CornerRadius dependency property.
Declaration
public static readonly DependencyProperty CornerRadiusProperty
Field Value
DependencyProperty
CornerRadiusRightProperty
Identifies the CornerRadiusRight dependency property.
Declaration
public static readonly DependencyProperty CornerRadiusRightProperty
Field Value
DependencyProperty
CornerRadiusTopProperty
Identifies the CornerRadiusTop dependency property.
Declaration
public static readonly DependencyProperty CornerRadiusTopProperty
Field Value
DependencyProperty
DisabledOpacityProperty
Identifies the DisabledOpacity dependency property.
Declaration
public static readonly DependencyProperty DisabledOpacityProperty
Field Value
DependencyProperty
FixedColorProperty
Identifies the FixedColor dependency property.
Declaration
public static readonly DependencyProperty FixedColorProperty
Field Value
DependencyProperty
FontFamilyProperty
Identifies the FontFamily dependency property.
Declaration
public static readonly DependencyProperty FontFamilyProperty
Field Value
DependencyProperty
FontSizeLProperty
Identifies the FontSizeL dependency property.
Declaration
public static readonly DependencyProperty FontSizeLProperty
Field Value
DependencyProperty
FontSizeProperty
Identifies the FontSize dependency property.
Declaration
public static readonly DependencyProperty FontSizeProperty
Field Value
DependencyProperty
FontSizeSProperty
Identifies the FontSizeS dependency property.
Declaration
public static readonly DependencyProperty FontSizeSProperty
Field Value
DependencyProperty
FontSizeXLProperty
Identifies the FontSizeXL dependency property.
Declaration
[SuppressMessage("Microsoft.Naming", "CA1709:IdentifiersShouldBeCasedCorrectly", MessageId = "XL")]
public static readonly DependencyProperty FontSizeXLProperty
Field Value
DependencyProperty
FontSizeXSProperty
Identifies the FontSizeXS dependency property.
Declaration
public static readonly DependencyProperty FontSizeXSProperty
Field Value
DependencyProperty
HighColorProperty
Identifies the HighColor dependency property.
Declaration
public static readonly DependencyProperty HighColorProperty
Field Value
DependencyProperty
IsFreezableProperty
Identifies the IsFreezable DependencyProperty.
Declaration
public static readonly DependencyProperty IsFreezableProperty
Field Value
DependencyProperty
LowColorProperty
Identifies the LowColor dependency property.
Declaration
public static readonly DependencyProperty LowColorProperty
Field Value
DependencyProperty
MainColorProperty
Identifies the MainColor dependency property.
Declaration
public static readonly DependencyProperty MainColorProperty
Field Value
DependencyProperty
MarkerColorProperty
Identifies the MarkerColor dependency property.
Declaration
public static readonly DependencyProperty MarkerColorProperty
Field Value
DependencyProperty
MouseOverColorProperty
Identifies the MouseOverColor dependency property.
Declaration
public static readonly DependencyProperty MouseOverColorProperty
Field Value
DependencyProperty
PrimaryColorProperty
Identifies the PrimaryColor dependency property.
Declaration
public static readonly DependencyProperty PrimaryColorProperty
Field Value
DependencyProperty
ReadOnlyBackgroundColorProperty
Identifies the ReadOnlyBackgroundColor dependency property.
Declaration
public static readonly DependencyProperty ReadOnlyBackgroundColorProperty
Field Value
DependencyProperty
ReadOnlyOpacityProperty
Identifies the ReadOnlyOpacity dependency property.
Declaration
public static readonly DependencyProperty ReadOnlyOpacityProperty
Field Value
DependencyProperty
SelectedColorProperty
Identifies the SelectedColor dependency property.
Declaration
public static readonly DependencyProperty SelectedColorProperty
Field Value
DependencyProperty
SemiAccentLowColorProperty
Identifies the SemiAccentLowColor dependency property.
Declaration
public static readonly DependencyProperty SemiAccentLowColorProperty
Field Value
DependencyProperty
StrongColorProperty
Identifies the StrongColor dependency property.
Declaration
public static readonly DependencyProperty StrongColorProperty
Field Value
DependencyProperty
ValidationColorProperty
Identifies the ValidationColor dependency property.
Declaration
public static readonly DependencyProperty ValidationColorProperty
Field Value
DependencyProperty
Properties
AccentHighColor
Gets or sets the color of the GreenTheme's accent main elements.
Declaration
public Color AccentHighColor { get; set; }
Property Value
Color
AccentLowColor
Gets or sets the color of the GreenTheme's accent elements.
Declaration
public Color AccentLowColor { get; set; }
Property Value
Color
AlternativeColor
Gets or sets the color of the GreenTheme's elements that have alternative background.
Declaration
public Color AlternativeColor { get; set; }
Property Value
Color
BasicColor
Gets or sets the color of the GreenTheme's basic elements.
Declaration
public Color BasicColor { get; set; }
Property Value
Color
ComplementaryColor
Gets or sets the background color of the GreenTheme's elements (rarely used).
Declaration
public Color ComplementaryColor { get; set; }
Property Value
Color
CornerRadius
Gets or sets the CornerRadius used in borders.
Declaration
public CornerRadius CornerRadius { get; set; }
Property Value
CornerRadius
CornerRadiusBottom
Gets or sets the CornerRadiusBottom used in borders.
Declaration
public CornerRadius CornerRadiusBottom { get; set; }
Property Value
CornerRadius
CornerRadiusLeft
Gets or sets the CornerRadiusLeft used in borders.
Declaration
public CornerRadius CornerRadiusLeft { get; set; }
Property Value
CornerRadius
CornerRadiusRight
Gets or sets the CornerRadiusRight used in borders.
Declaration
public CornerRadius CornerRadiusRight { get; set; }
Property Value
CornerRadius
CornerRadiusTop
Gets or sets the CornerRadiusTop used in borders.
Declaration
public CornerRadius CornerRadiusTop { get; set; }
Property Value
CornerRadius
DisabledOpacity
Gets or sets the DisabledOpacity used in disabled states.
FixedColor
Gets or sets the validation foreground color of the GreenTheme's elements.
Declaration
public Color FixedColor { get; set; }
Property Value
Color
FontFamily
Gets or sets the FontFamily used in normal texts.
Declaration
public FontFamily FontFamily { get; set; }
Property Value
FontFamily
FontSize
Gets or sets the font size for normal text.
FontSizeL
Gets or sets the font size for large text.
FontSizeS
Gets or sets the font size for small text.
FontSizeXL
Gets or sets the font size for extra large text.
FontSizeXS
Gets or sets the font size for extra small text.
HighColor
Gets or sets the background color of RadMenu and RadTimeLine elements in GreenTheme.
Declaration
public Color HighColor { get; set; }
Property Value
Color
LowColor
Gets or sets the color of the GreenTheme's elements that are in ReadOnly state.
Declaration
public Color LowColor { get; set; }
Property Value
Color
MainColor
Gets or sets the background color of the GreenTheme's elements with direct input.
Declaration
public Color MainColor { get; set; }
Property Value
Color
MarkerColor
Gets or sets the foreground and fill of paths of the GreenTheme's elements.
Declaration
public Color MarkerColor { get; set; }
Property Value
Color
MouseOverColor
Gets or sets the color of the GreenTheme's elements in their MouseOver, Active, Toggled and Focused visual states.
Declaration
public Color MouseOverColor { get; set; }
Property Value
Color
Palette
Holds the Palette singleton instance.
Declaration
public static GreenPalette Palette { get; }
Property Value
PrimaryColor
Gets or sets the background color of the GreenTheme's elements.
Declaration
public Color PrimaryColor { get; set; }
Property Value
Color
ReadOnlyBackgroundColor
Gets or sets the ReadOnly background color of the GreenTheme's elements.
Declaration
public Color ReadOnlyBackgroundColor { get; set; }
Property Value
Color
ReadOnlyOpacity
Gets or sets the ReadOnlyOpacity used in read only states.
SelectedColor
Gets or sets the fill of paths of the GreenTheme's Selected/Pressed/MouseOver effects.
Declaration
public Color SelectedColor { get; set; }
Property Value
Color
SemiAccentLowColor
Gets or sets the semi transparent accent color of the GreenTheme's elements.
Declaration
public Color SemiAccentLowColor { get; set; }
Property Value
Color
StrongColor
Gets or sets the path fill of the GreenTheme's elements that are in Normal State. Also used for RadWatermark content and RadGridView filters.
Declaration
public Color StrongColor { get; set; }
Property Value
Color
ValidationColor
Gets or sets the color of the GreenTheme's elements which support validation.
Declaration
public Color ValidationColor { get; set; }
Property Value
Color
Methods
GetIsFreezable(DependencyObject)
Gets the IsFreezable value from a DependencyObject.
Declaration
public static bool GetIsFreezable(DependencyObject dependencyObject)
Parameters
dependencyObject
DependencyObject
The dependencyObject.
Returns
The IsFreezable value.
LoadPreset(ColorVariation)
Loads a preset.
Declaration
public static void LoadPreset(GreenPalette.ColorVariation preset)
Parameters
preset
The color preset.
SetIsFreezable(DependencyObject, bool)
Sets the IsFreezable value from a DependencyObject.
Declaration
public static void SetIsFreezable(DependencyObject dependencyObject, bool value)
Parameters
dependencyObject
DependencyObject
The dependencyObject.
value
The IsFreezable value.