Class CreateNewThemeColorSampleControl
Represents the control containing the Sample in the create new theme dialog.
Inheritance
Namespace: Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public class CreateNewThemeColorSampleControl : Control
Constructors
CreateNewThemeColorSampleControl()
Initializes a new instance of the CreateNewThemeColorSampleControl class.
Declaration
public CreateNewThemeColorSampleControl()
Fields
Accent1Property
Accent1 dependency property.
Declaration
public static readonly DependencyProperty Accent1Property
Field Value
System.Windows.DependencyProperty
|
Accent2Property
Accent2 dependency property.
Declaration
public static readonly DependencyProperty Accent2Property
Field Value
System.Windows.DependencyProperty
|
Accent3Property
Accent3 dependency property.
Declaration
public static readonly DependencyProperty Accent3Property
Field Value
System.Windows.DependencyProperty
|
Accent4Property
Accent4 dependency property.
Declaration
public static readonly DependencyProperty Accent4Property
Field Value
System.Windows.DependencyProperty
|
Accent5Property
Accent5 dependency property.
Declaration
public static readonly DependencyProperty Accent5Property
Field Value
System.Windows.DependencyProperty
|
Accent6Property
Accent6 dependency property.
Declaration
public static readonly DependencyProperty Accent6Property
Field Value
System.Windows.DependencyProperty
|
BackgroundColorProperty
Background color dependency property.
Declaration
public static readonly DependencyProperty BackgroundColorProperty
Field Value
System.Windows.DependencyProperty
|
ChartBorderColorProperty
Chart border color dependency property.
Declaration
public static readonly DependencyProperty ChartBorderColorProperty
Field Value
System.Windows.DependencyProperty
|
CircleColorProperty
Cirlce color dependency property.
Declaration
public static readonly DependencyProperty CircleColorProperty
Field Value
System.Windows.DependencyProperty
|
FollowedHyperlinkProperty
Followed hyperlink dependency property.
Declaration
public static readonly DependencyProperty FollowedHyperlinkProperty
Field Value
System.Windows.DependencyProperty
|
HyperlinkProperty
Hyperlink dependency property.
Declaration
public static readonly DependencyProperty HyperlinkProperty
Field Value
System.Windows.DependencyProperty
|
TextColorProperty
Text color dependency property.
Declaration
public static readonly DependencyProperty TextColorProperty
Field Value
System.Windows.DependencyProperty
|
Properties
Accent1
Gets or sets the first accent color.
Declaration
public Color Accent1 { get; set; }
Property Value
System.Windows.Media.Color
The first accent color. |
Accent2
Gets or sets the second accent color.
Declaration
public Color Accent2 { get; set; }
Property Value
System.Windows.Media.Color
The second accent color. |
Accent3
Gets or sets the third accent color.
Declaration
public Color Accent3 { get; set; }
Property Value
System.Windows.Media.Color
The third accent color. |
Accent4
Gets or sets the fourth accent color.
Declaration
public Color Accent4 { get; set; }
Property Value
System.Windows.Media.Color
The fourth accent color. |
Accent5
Gets or sets the fifth accent color.
Declaration
public Color Accent5 { get; set; }
Property Value
System.Windows.Media.Color
The fifth accent color. |
Accent6
Gets or sets the sixth accent color.
Declaration
public Color Accent6 { get; set; }
Property Value
System.Windows.Media.Color
The sixth accent color. |
BackgroundColor
Gets or sets the color of the background.
Declaration
public Color BackgroundColor { get; set; }
Property Value
System.Windows.Media.Color
The color of the background. |
ChartBorderColor
Gets or sets the color of the chart border.
Declaration
public Color ChartBorderColor { get; set; }
Property Value
System.Windows.Media.Color
The color of the chart border. |
CircleColor
Gets or sets the color of the circle.
Declaration
public Color CircleColor { get; set; }
Property Value
System.Windows.Media.Color
The color of the circle. |
FollowedHyperlink
Gets or sets the followed hyperlink color.
Declaration
public Color FollowedHyperlink { get; set; }
Property Value
System.Windows.Media.Color
The followed hyperlink color. |
Hyperlink
Gets or sets the hyperlink color.
Declaration
public Color Hyperlink { get; set; }
Property Value
System.Windows.Media.Color
The hyperlink color. |
TextColor
Gets or sets the color of the text.
Declaration
public Color TextColor { get; set; }
Property Value
System.Windows.Media.Color
The color of the text. |