Class SmallThemeColorPreviewControl
Provides methods and properties for using theme color preview control.
Inheritance
Namespace: Telerik.Windows.Controls.Spreadsheet.Controls
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public class SmallThemeColorPreviewControl : Control
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
System.Windows.DependencyProperty
|
Accent2Property
The Dependency property Accent2Property specifying Accent2 color.
Declaration
public static readonly DependencyProperty Accent2Property
Field Value
System.Windows.DependencyProperty
|
Background2Property
The Dependency property Background2Property specifying Background2 color.
Declaration
public static readonly DependencyProperty Background2Property
Field Value
System.Windows.DependencyProperty
|
RadSpreadsheetProperty
The Dependency property RadSpreadsheetProperty.
Declaration
public static readonly DependencyProperty RadSpreadsheetProperty
Field Value
System.Windows.DependencyProperty
|
Text2Property
The Dependency property Text2Property specifying Text2 color.
Declaration
public static readonly DependencyProperty Text2Property
Field Value
System.Windows.DependencyProperty
|
Properties
Accent1
Gets or sets the accent1 color.
Declaration
public SolidColorBrush Accent1 { get; set; }
Property Value
System.Windows.Media.SolidColorBrush
The accent1 color. |
Accent2
Gets or sets the accent2 color.
Declaration
public SolidColorBrush Accent2 { get; set; }
Property Value
System.Windows.Media.SolidColorBrush
The accent2 color. |
Background2
Gets or sets the background2 color.
Declaration
public SolidColorBrush Background2 { get; set; }
Property Value
System.Windows.Media.SolidColorBrush
The background2 color. |
RadSpreadsheet
Gets or sets the RadSpreadsheet of the SmallThemeColorPreviewControl.
Declaration
public RadSpreadsheet RadSpreadsheet { get; set; }
Property Value
RadSpreadsheet
The RadSpreadsheet of the SmallThemeColorPreviewControl. |
Text2
Gets or sets the text2 color.
Declaration
public SolidColorBrush Text2 { get; set; }
Property Value
System.Windows.Media.SolidColorBrush
The text2 color. |