Class
CreateNewThemeColorSampleControl

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:

cs-api-definition
public class CreateNewThemeColorSampleControl : Control

Inheritance: objectCreateNewThemeColorSampleControl

Constructors

CreateNewThemeColorSampleControl()

Initializes a new instance of the CreateNewThemeColorSampleControl class.

Declaration

cs-api-definition
public CreateNewThemeColorSampleControl()

Fields

Accent1Property

Accent1 dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty Accent1Property

Field Value

DependencyProperty

Accent2Property

Accent2 dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty Accent2Property

Field Value

DependencyProperty

Accent3Property

Accent3 dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty Accent3Property

Field Value

DependencyProperty

Accent4Property

Accent4 dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty Accent4Property

Field Value

DependencyProperty

Accent5Property

Accent5 dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty Accent5Property

Field Value

DependencyProperty

Accent6Property

Accent6 dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty Accent6Property

Field Value

DependencyProperty

BackgroundColorProperty

Background color dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty BackgroundColorProperty

Field Value

DependencyProperty

ChartBorderColorProperty

Chart border color dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty ChartBorderColorProperty

Field Value

DependencyProperty

CircleColorProperty

Cirlce color dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty CircleColorProperty

Field Value

DependencyProperty

FollowedHyperlinkProperty

Followed hyperlink dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty FollowedHyperlinkProperty

Field Value

DependencyProperty

HyperlinkProperty

Hyperlink dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty HyperlinkProperty

Field Value

DependencyProperty

TextColorProperty

Text color dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty TextColorProperty

Field Value

DependencyProperty

Properties

Accent1

Gets or sets the first accent color.

Declaration

cs-api-definition
public Color Accent1 { get; set; }

Property Value

Color

The first accent color.

Accent2

Gets or sets the second accent color.

Declaration

cs-api-definition
public Color Accent2 { get; set; }

Property Value

Color

The second accent color.

Accent3

Gets or sets the third accent color.

Declaration

cs-api-definition
public Color Accent3 { get; set; }

Property Value

Color

The third accent color.

Accent4

Gets or sets the fourth accent color.

Declaration

cs-api-definition
public Color Accent4 { get; set; }

Property Value

Color

The fourth accent color.

Accent5

Gets or sets the fifth accent color.

Declaration

cs-api-definition
public Color Accent5 { get; set; }

Property Value

Color

The fifth accent color.

Accent6

Gets or sets the sixth accent color.

Declaration

cs-api-definition
public Color Accent6 { get; set; }

Property Value

Color

The sixth accent color.

BackgroundColor

Gets or sets the color of the background.

Declaration

cs-api-definition
public Color BackgroundColor { get; set; }

Property Value

Color

The color of the background.

ChartBorderColor

Gets or sets the color of the chart border.

Declaration

cs-api-definition
public Color ChartBorderColor { get; set; }

Property Value

Color

The color of the chart border.

CircleColor

Gets or sets the color of the circle.

Declaration

cs-api-definition
public Color CircleColor { get; set; }

Property Value

Color

The color of the circle.

Gets or sets the followed hyperlink color.

Declaration

cs-api-definition
public Color FollowedHyperlink { get; set; }

Property Value

Color

The followed hyperlink color.

Gets or sets the hyperlink color.

Declaration

cs-api-definition
public Color Hyperlink { get; set; }

Property Value

Color

The hyperlink color.

TextColor

Gets or sets the color of the text.

Declaration

cs-api-definition
public Color TextColor { get; set; }

Property Value

Color

The color of the text.

Methods

OnInitialized(EventArgs)

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

Declaration

cs-api-definition
protected override void OnInitialized(EventArgs e)

Parameters

e

EventArgs

The RoutedEventArgs that contains the event data.