Class
SmallThemeColorPreviewControl

Provides methods and properties for using theme color preview control.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet.Controls

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

cs-api-definition
public class SmallThemeColorPreviewControl : Control

Inheritance: objectSmallThemeColorPreviewControl

Constructors

SmallThemeColorPreviewControl()

Initializes a new instance of the SmallThemeColorPreviewControl class.

Declaration

cs-api-definition
public SmallThemeColorPreviewControl()

Fields

Accent1Property

The Dependency property Accent1Property specifying Accent1 color.

Declaration

cs-api-definition
public static readonly DependencyProperty Accent1Property

Field Value

DependencyProperty

Accent2Property

The Dependency property Accent2Property specifying Accent2 color.

Declaration

cs-api-definition
public static readonly DependencyProperty Accent2Property

Field Value

DependencyProperty

Background2Property

The Dependency property Background2Property specifying Background2 color.

Declaration

cs-api-definition
public static readonly DependencyProperty Background2Property

Field Value

DependencyProperty

RadSpreadsheetProperty

The Dependency property RadSpreadsheetProperty.

Declaration

cs-api-definition
public static readonly DependencyProperty RadSpreadsheetProperty

Field Value

DependencyProperty

Text2Property

The Dependency property Text2Property specifying Text2 color.

Declaration

cs-api-definition
public static readonly DependencyProperty Text2Property

Field Value

DependencyProperty

Properties

Accent1

Gets or sets the accent1 color.

Declaration

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

Property Value

SolidColorBrush

The accent1 color.

Accent2

Gets or sets the accent2 color.

Declaration

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

Property Value

SolidColorBrush

The accent2 color.

Background2

Gets or sets the background2 color.

Declaration

cs-api-definition
public SolidColorBrush Background2 { get; set; }

Property Value

SolidColorBrush

The background2 color.

RadSpreadsheet

Gets or sets the RadSpreadsheet of the SmallThemeColorPreviewControl.

Declaration

cs-api-definition
public RadSpreadsheet RadSpreadsheet { get; set; }

Property Value

RadSpreadsheet

The RadSpreadsheet of the SmallThemeColorPreviewControl.

Text2

Gets or sets the text2 color.

Declaration

cs-api-definition
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

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

Parameters

e

EventArgs

The RoutedEventArgs that contains the event data.