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

Represents the control containing the Sample in the create new theme dialog.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

C#
public class CreateNewThemeColorSampleControl : Control

Inheritance: objectCreateNewThemeColorSampleControl

Constructors

Initializes a new instance of the CreateNewThemeColorSampleControl class.

C#
public CreateNewThemeColorSampleControl()

Fields

Accent1Property

DependencyProperty

Accent1 dependency property.

C#
public static readonly DependencyProperty Accent1Property

Accent2Property

DependencyProperty

Accent2 dependency property.

C#
public static readonly DependencyProperty Accent2Property

Accent3Property

DependencyProperty

Accent3 dependency property.

C#
public static readonly DependencyProperty Accent3Property

Accent4Property

DependencyProperty

Accent4 dependency property.

C#
public static readonly DependencyProperty Accent4Property

Accent5Property

DependencyProperty

Accent5 dependency property.

C#
public static readonly DependencyProperty Accent5Property

Accent6Property

DependencyProperty

Accent6 dependency property.

C#
public static readonly DependencyProperty Accent6Property

BackgroundColorProperty

DependencyProperty

Background color dependency property.

C#
public static readonly DependencyProperty BackgroundColorProperty

ChartBorderColorProperty

DependencyProperty

Chart border color dependency property.

C#
public static readonly DependencyProperty ChartBorderColorProperty

CircleColorProperty

DependencyProperty

Cirlce color dependency property.

C#
public static readonly DependencyProperty CircleColorProperty

FollowedHyperlinkProperty

DependencyProperty

Followed hyperlink dependency property.

C#
public static readonly DependencyProperty FollowedHyperlinkProperty

HyperlinkProperty

DependencyProperty

Hyperlink dependency property.

C#
public static readonly DependencyProperty HyperlinkProperty

TextColorProperty

DependencyProperty

Text color dependency property.

C#
public static readonly DependencyProperty TextColorProperty

Properties

Accent1

Color

Gets or sets the first accent color.

C#
public Color Accent1 { get; set; }
Property Value:

The first accent color.

Accent2

Color

Gets or sets the second accent color.

C#
public Color Accent2 { get; set; }
Property Value:

The second accent color.

Accent3

Color

Gets or sets the third accent color.

C#
public Color Accent3 { get; set; }
Property Value:

The third accent color.

Accent4

Color

Gets or sets the fourth accent color.

C#
public Color Accent4 { get; set; }
Property Value:

The fourth accent color.

Accent5

Color

Gets or sets the fifth accent color.

C#
public Color Accent5 { get; set; }
Property Value:

The fifth accent color.

Accent6

Color

Gets or sets the sixth accent color.

C#
public Color Accent6 { get; set; }
Property Value:

The sixth accent color.

Gets or sets the color of the background.

C#
public Color BackgroundColor { get; set; }
Property Value:

The color of the background.

Gets or sets the color of the chart border.

C#
public Color ChartBorderColor { get; set; }
Property Value:

The color of the chart border.

Gets or sets the color of the circle.

C#
public Color CircleColor { get; set; }
Property Value:

The color of the circle.

Gets or sets the followed hyperlink color.

C#
public Color FollowedHyperlink { get; set; }
Property Value:

The followed hyperlink color.

Gets or sets the hyperlink color.

C#
public Color Hyperlink { get; set; }
Property Value:

The hyperlink color.

Gets or sets the color of the text.

C#
public Color TextColor { get; set; }
Property Value:

The color of the text.

Methods

Raises the event. This method is invoked whenever is set to true internally.

C#
protected override void OnInitialized(EventArgs e)
Parameters:eEventArgs

The RoutedEventArgs that contains the event data.