ClassSmallThemeColorPreviewControl
Provides methods and properties for using theme color preview control.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Controls
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
public class SmallThemeColorPreviewControl : Control
Inheritance: objectSmallThemeColorPreviewControl
Constructors
SmallThemeColorPreviewControl()
Initializes a new instance of the SmallThemeColorPreviewControl class.
Declaration
public SmallThemeColorPreviewControl()
Fields
Accent1Property
The Dependency property Accent1Property specifying Accent1 color.
Declaration
public static readonly DependencyProperty Accent1Property
Field Value
DependencyProperty
Accent2Property
The Dependency property Accent2Property specifying Accent2 color.
Declaration
public static readonly DependencyProperty Accent2Property
Field Value
DependencyProperty
Background2Property
The Dependency property Background2Property specifying Background2 color.
Declaration
public static readonly DependencyProperty Background2Property
Field Value
DependencyProperty
RadSpreadsheetProperty
The Dependency property RadSpreadsheetProperty.
Declaration
public static readonly DependencyProperty RadSpreadsheetProperty
Field Value
DependencyProperty
Text2Property
The Dependency property Text2Property specifying Text2 color.
Declaration
public static readonly DependencyProperty Text2Property
Field Value
DependencyProperty
Properties
Accent1
Gets or sets the accent1 color.
Declaration
public SolidColorBrush Accent1 { get; set; }
Property Value
SolidColorBrush
The accent1 color.
Accent2
Gets or sets the accent2 color.
Declaration
public SolidColorBrush Accent2 { get; set; }
Property Value
SolidColorBrush
The accent2 color.
Background2
Gets or sets the background2 color.
Declaration
public SolidColorBrush Background2 { get; set; }
Property Value
SolidColorBrush
The background2 color.
RadSpreadsheet
Gets or sets the RadSpreadsheet of the SmallThemeColorPreviewControl.
Declaration
public RadSpreadsheet RadSpreadsheet { get; set; }
Property Value
The RadSpreadsheet of the SmallThemeColorPreviewControl.
Text2
Gets or sets the text2 color.
Declaration
public SolidColorBrush Text2 { get; set; }
Property Value
SolidColorBrush
The text2 color.
Methods
OnInitialized(EventArgs)
Raises the event. This method is invoked whenever is set to true internally.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
e
The RoutedEventArgs that contains the event data.