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

Hold resources used in the GreenTheme theme.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.dll

Syntax:

C#
public sealed class GreenPalette : ThemePalette

Inheritance: objectThemePaletteGreenPalette

Fields

AccentHighColorProperty

DependencyProperty

Identifies the AccentHighColor dependency property.

C#
public static readonly DependencyProperty AccentHighColorProperty

AccentLowColorProperty

DependencyProperty

Identifies the AccentLowColor dependency property.

C#
public static readonly DependencyProperty AccentLowColorProperty

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

CornerRadiusBottomProperty

DependencyProperty

Identifies the CornerRadiusBottom dependency property.

C#
public static readonly DependencyProperty CornerRadiusBottomProperty

CornerRadiusLeftProperty

DependencyProperty

Identifies the CornerRadiusLeft dependency property.

C#
public static readonly DependencyProperty CornerRadiusLeftProperty

CornerRadiusProperty

DependencyProperty

Identifies the CornerRadius dependency property.

C#
public static readonly DependencyProperty CornerRadiusProperty

CornerRadiusRightProperty

DependencyProperty

Identifies the CornerRadiusRight dependency property.

C#
public static readonly DependencyProperty CornerRadiusRightProperty

CornerRadiusTopProperty

DependencyProperty

Identifies the CornerRadiusTop dependency property.

C#
public static readonly DependencyProperty CornerRadiusTopProperty

DisabledOpacityProperty

DependencyProperty

Identifies the DisabledOpacity dependency property.

C#
public static readonly DependencyProperty DisabledOpacityProperty

FixedColorProperty

DependencyProperty

Identifies the FixedColor dependency property.

C#
public static readonly DependencyProperty FixedColorProperty

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

HighColorProperty

DependencyProperty

Identifies the HighColor dependency property.

C#
public static readonly DependencyProperty HighColorProperty

IsFreezableProperty

DependencyProperty

Identifies the IsFreezable DependencyProperty.

C#
public static readonly DependencyProperty IsFreezableProperty

LowColorProperty

DependencyProperty

Identifies the LowColor dependency property.

C#
public static readonly DependencyProperty LowColorProperty

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

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

SemiAccentLowColorProperty

DependencyProperty

Identifies the SemiAccentLowColor dependency property.

C#
public static readonly DependencyProperty SemiAccentLowColorProperty

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 GreenTheme's accent main elements.

C#
public Color AccentHighColor { get; set; }

Gets or sets the color of the GreenTheme's accent elements.

C#
public Color AccentLowColor { get; set; }

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

C#
public Color AlternativeColor { get; set; }

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

C#
public Color BasicColor { get; set; }

Gets or sets the background color of the GreenTheme's elements (rarely used).

C#
public Color ComplementaryColor { get; set; }

CornerRadius

CornerRadius

Gets or sets the CornerRadius used in borders.

C#
public CornerRadius CornerRadius { get; set; }

CornerRadiusBottom

CornerRadius

Gets or sets the CornerRadiusBottom used in borders.

C#
public CornerRadius CornerRadiusBottom { get; set; }

CornerRadiusLeft

CornerRadius

Gets or sets the CornerRadiusLeft used in borders.

C#
public CornerRadius CornerRadiusLeft { get; set; }

CornerRadiusRight

CornerRadius

Gets or sets the CornerRadiusRight used in borders.

C#
public CornerRadius CornerRadiusRight { get; set; }

CornerRadiusTop

CornerRadius

Gets or sets the CornerRadiusTop used in borders.

C#
public CornerRadius CornerRadiusTop { get; set; }

Gets or sets the DisabledOpacity used in disabled states.

C#
public double DisabledOpacity { get; set; }

Gets or sets the validation foreground color of the GreenTheme's elements.

C#
public Color FixedColor { 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 background color of RadMenu and RadTimeLine elements in GreenTheme.

C#
public Color HighColor { get; set; }

Gets or sets the color of the GreenTheme's elements that are in ReadOnly state.

C#
public Color LowColor { get; set; }

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

C#
public Color MainColor { get; set; }

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

C#
public Color MarkerColor { get; set; }

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

C#
public Color MouseOverColor { get; set; }

Holds the Palette singleton instance.

C#
public static GreenPalette Palette { get; }

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

C#
public Color PrimaryColor { get; set; }

Gets or sets the ReadOnly background color of the GreenTheme's elements.

C#
public Color ReadOnlyBackgroundColor { get; set; }

Gets or sets the ReadOnlyOpacity used in read only states.

C#
public double ReadOnlyOpacity { get; set; }

Gets or sets the fill of paths of the GreenTheme's Selected/Pressed/MouseOver effects.

C#
public Color SelectedColor { get; set; }

Gets or sets the semi transparent accent color of the GreenTheme's elements.

C#
public Color SemiAccentLowColor { get; set; }

Gets or sets the path fill of the GreenTheme'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 GreenTheme'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(GreenPalette.ColorVariation preset)
Parameters:presetGreenPalette.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.