GreenPalette
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
DependencyProperty
Identifies the AccentHighColor dependency property.
public static readonly DependencyProperty AccentHighColorProperty
AccentLowColorProperty
DependencyProperty
Identifies the AccentLowColor dependency property.
public static readonly DependencyProperty AccentLowColorProperty
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
CornerRadiusBottomProperty
DependencyProperty
Identifies the CornerRadiusBottom dependency property.
public static readonly DependencyProperty CornerRadiusBottomProperty
CornerRadiusLeftProperty
DependencyProperty
Identifies the CornerRadiusLeft dependency property.
public static readonly DependencyProperty CornerRadiusLeftProperty
CornerRadiusProperty
DependencyProperty
Identifies the CornerRadius dependency property.
public static readonly DependencyProperty CornerRadiusProperty
CornerRadiusRightProperty
DependencyProperty
Identifies the CornerRadiusRight dependency property.
public static readonly DependencyProperty CornerRadiusRightProperty
CornerRadiusTopProperty
DependencyProperty
Identifies the CornerRadiusTop dependency property.
public static readonly DependencyProperty CornerRadiusTopProperty
DisabledOpacityProperty
DependencyProperty
Identifies the DisabledOpacity dependency property.
public static readonly DependencyProperty DisabledOpacityProperty
FixedColorProperty
DependencyProperty
Identifies the FixedColor dependency property.
public static readonly DependencyProperty FixedColorProperty
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
HighColorProperty
DependencyProperty
Identifies the HighColor dependency property.
public static readonly DependencyProperty HighColorProperty
IsFreezableProperty
DependencyProperty
Identifies the IsFreezable DependencyProperty.
public static readonly DependencyProperty IsFreezableProperty
LowColorProperty
DependencyProperty
Identifies the LowColor dependency property.
public static readonly DependencyProperty LowColorProperty
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
ReadOnlyOpacityProperty
DependencyProperty
Identifies the ReadOnlyOpacity dependency property.
public static readonly DependencyProperty ReadOnlyOpacityProperty
SelectedColorProperty
DependencyProperty
Identifies the SelectedColor dependency property.
public static readonly DependencyProperty SelectedColorProperty
SemiAccentLowColorProperty
DependencyProperty
Identifies the SemiAccentLowColor dependency property.
public static readonly DependencyProperty SemiAccentLowColorProperty
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
AccentHighColor
Color
Gets or sets the color of the GreenTheme's accent main elements.
public Color AccentHighColor { get; set; }
AccentLowColor
Color
Gets or sets the color of the GreenTheme's accent elements.
public Color AccentLowColor { get; set; }
AlternativeColor
Color
Gets or sets the color of the GreenTheme's elements that have alternative background.
public Color AlternativeColor { get; set; }
BasicColor
Color
Gets or sets the color of the GreenTheme's basic elements.
public Color BasicColor { get; set; }
ComplementaryColor
Color
Gets or sets the background color of the GreenTheme's elements (rarely used).
public Color ComplementaryColor { get; set; }
CornerRadius
CornerRadius
Gets or sets the CornerRadius used in borders.
public CornerRadius CornerRadius { get; set; }
CornerRadiusBottom
CornerRadius
Gets or sets the CornerRadiusBottom used in borders.
public CornerRadius CornerRadiusBottom { get; set; }
CornerRadiusLeft
CornerRadius
Gets or sets the CornerRadiusLeft used in borders.
public CornerRadius CornerRadiusLeft { get; set; }
CornerRadiusRight
CornerRadius
Gets or sets the CornerRadiusRight used in borders.
public CornerRadius CornerRadiusRight { get; set; }
CornerRadiusTop
CornerRadius
Gets or sets the CornerRadiusTop used in borders.
public CornerRadius CornerRadiusTop { get; set; }
Gets or sets the DisabledOpacity used in disabled states.
public double DisabledOpacity { get; set; }
FixedColor
Color
Gets or sets the validation foreground color of the GreenTheme's elements.
public Color FixedColor { 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; }
HighColor
Color
Gets or sets the background color of RadMenu and RadTimeLine elements in GreenTheme.
public Color HighColor { get; set; }
LowColor
Color
Gets or sets the color of the GreenTheme's elements that are in ReadOnly state.
public Color LowColor { get; set; }
MainColor
Color
Gets or sets the background color of the GreenTheme's elements with direct input.
public Color MainColor { get; set; }
MarkerColor
Color
Gets or sets the foreground and fill of paths of the GreenTheme's elements.
public Color MarkerColor { get; set; }
MouseOverColor
Color
Gets or sets the color of the GreenTheme's elements in their MouseOver, Active, Toggled and Focused visual states.
public Color MouseOverColor { get; set; }
Holds the Palette singleton instance.
public static GreenPalette Palette { get; }
PrimaryColor
Color
Gets or sets the background color of the GreenTheme's elements.
public Color PrimaryColor { get; set; }
Gets or sets the ReadOnly background color of the GreenTheme's elements.
public Color ReadOnlyBackgroundColor { get; set; }
Gets or sets the ReadOnlyOpacity used in read only states.
public double ReadOnlyOpacity { get; set; }
SelectedColor
Color
Gets or sets the fill of paths of the GreenTheme's Selected/Pressed/MouseOver effects.
public Color SelectedColor { get; set; }
SemiAccentLowColor
Color
Gets or sets the semi transparent accent color of the GreenTheme's elements.
public Color SemiAccentLowColor { get; set; }
StrongColor
Color
Gets or sets the path fill of the GreenTheme'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 GreenTheme'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(GreenPalette.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.