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:
public class CreateNewThemeColorSampleControl : Control
Inheritance: objectCreateNewThemeColorSampleControl
Constructors
Initializes a new instance of the CreateNewThemeColorSampleControl class.
public CreateNewThemeColorSampleControl()
Fields
Accent1Property
DependencyProperty
Accent1 dependency property.
public static readonly DependencyProperty Accent1Property
Accent2Property
DependencyProperty
Accent2 dependency property.
public static readonly DependencyProperty Accent2Property
Accent3Property
DependencyProperty
Accent3 dependency property.
public static readonly DependencyProperty Accent3Property
Accent4Property
DependencyProperty
Accent4 dependency property.
public static readonly DependencyProperty Accent4Property
Accent5Property
DependencyProperty
Accent5 dependency property.
public static readonly DependencyProperty Accent5Property
Accent6Property
DependencyProperty
Accent6 dependency property.
public static readonly DependencyProperty Accent6Property
BackgroundColorProperty
DependencyProperty
Background color dependency property.
public static readonly DependencyProperty BackgroundColorProperty
ChartBorderColorProperty
DependencyProperty
Chart border color dependency property.
public static readonly DependencyProperty ChartBorderColorProperty
CircleColorProperty
DependencyProperty
Cirlce color dependency property.
public static readonly DependencyProperty CircleColorProperty
FollowedHyperlinkProperty
DependencyProperty
Followed hyperlink dependency property.
public static readonly DependencyProperty FollowedHyperlinkProperty
HyperlinkProperty
DependencyProperty
Hyperlink dependency property.
public static readonly DependencyProperty HyperlinkProperty
TextColorProperty
DependencyProperty
Text color dependency property.
public static readonly DependencyProperty TextColorProperty
Properties
Accent1
Color
Gets or sets the first accent color.
public Color Accent1 { get; set; }
The first accent color.
Accent2
Color
Gets or sets the second accent color.
public Color Accent2 { get; set; }
The second accent color.
Accent3
Color
Gets or sets the third accent color.
public Color Accent3 { get; set; }
The third accent color.
Accent4
Color
Gets or sets the fourth accent color.
public Color Accent4 { get; set; }
The fourth accent color.
Accent5
Color
Gets or sets the fifth accent color.
public Color Accent5 { get; set; }
The fifth accent color.
Accent6
Color
Gets or sets the sixth accent color.
public Color Accent6 { get; set; }
The sixth accent color.
BackgroundColor
Color
Gets or sets the color of the background.
public Color BackgroundColor { get; set; }
The color of the background.
ChartBorderColor
Color
Gets or sets the color of the chart border.
public Color ChartBorderColor { get; set; }
The color of the chart border.
CircleColor
Color
Gets or sets the color of the circle.
public Color CircleColor { get; set; }
The color of the circle.
FollowedHyperlink
Color
Gets or sets the followed hyperlink color.
public Color FollowedHyperlink { get; set; }
The followed hyperlink color.
Hyperlink
Color
Gets or sets the hyperlink color.
public Color Hyperlink { get; set; }
The hyperlink color.
TextColor
Color
Gets or sets the color of the text.
public Color TextColor { get; set; }
The color of the text.
Methods
Raises the event. This method is invoked whenever is set to true internally.
protected override void OnInitialized(EventArgs e)
The RoutedEventArgs that contains the event data.