New to Telerik UI for WPFStart a free 30-day trial

Provides methods and properties of using a theme preview control.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet.Controls

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

C#
public class SmallThemePreviewControl : Control

Inheritance: objectSmallThemePreviewControl

Constructors

Initializes a new instance of the SmallThemePreviewControl class.

C#
public SmallThemePreviewControl()

Fields

Accent1Property

DependencyProperty

The Dependency property Accent1Property specifying Accent1 color.

C#
public static readonly DependencyProperty Accent1Property

Accent2Property

DependencyProperty

The Dependency property Accent2Property specifying Accent2 color.

C#
public static readonly DependencyProperty Accent2Property

Accent3Property

DependencyProperty

The Dependency property Accent3Property specifying Accent3 color.

C#
public static readonly DependencyProperty Accent3Property

Accent4Property

DependencyProperty

The Dependency property Accent4Property specifying Accent4 color.

C#
public static readonly DependencyProperty Accent4Property

Accent5Property

DependencyProperty

The Dependency property Accent5Property specifying Accent5 color.

C#
public static readonly DependencyProperty Accent5Property

Accent6Property

DependencyProperty

The Dependency property Accent6Property specifying Accent6 color.

C#
public static readonly DependencyProperty Accent6Property

MajorFontSizeProperty

DependencyProperty

The Dependency property MajorFontSizeProperty.

C#
public static readonly DependencyProperty MajorFontSizeProperty

MajorProperty

DependencyProperty

The Dependency property MajorProperty.

C#
public static readonly DependencyProperty MajorProperty

MinorFontSizeProperty

DependencyProperty

The Dependency property MinorFontSizeProperty.

C#
public static readonly DependencyProperty MinorFontSizeProperty

MinorProperty

DependencyProperty

The Dependency property MinorProperty.

C#
public static readonly DependencyProperty MinorProperty

RadSpreadsheetProperty

DependencyProperty

The Dependency property RadSpreadsheetProperty.

C#
public static readonly DependencyProperty RadSpreadsheetProperty

Text2Property

DependencyProperty

The Dependency property Text2Property specifying Text2 color.

C#
public static readonly DependencyProperty Text2Property

Properties

Accent1

SolidColorBrush

Gets or sets the accent1 color.

C#
public SolidColorBrush Accent1 { get; set; }
Property Value:

The accent1 color.

Accent2

SolidColorBrush

Gets or sets the accent2 color.

C#
public SolidColorBrush Accent2 { get; set; }
Property Value:

The accent2 color.

Accent3

SolidColorBrush

Gets or sets the accent3 color.

C#
public SolidColorBrush Accent3 { get; set; }
Property Value:

The accent3 color.

Accent4

SolidColorBrush

Gets or sets the accent4 color.

C#
public SolidColorBrush Accent4 { get; set; }
Property Value:

The accent4 color.

Accent5

SolidColorBrush

Gets or sets the accent5 color.

C#
public SolidColorBrush Accent5 { get; set; }
Property Value:

The accent5 color.

Accent6

SolidColorBrush

Gets or sets the accent6 color.

C#
public SolidColorBrush Accent6 { get; set; }
Property Value:

The accent6 color.

Major

FontFamily

Gets or sets the major FontFamily.

C#
public FontFamily Major { get; set; }
Property Value:

The major FontFamily.

Gets or sets the major FontSize.

C#
public double MajorFontSize { get; set; }
Property Value:

The major FontSize.

Minor

FontFamily

Gets or sets the minor FontFamily.

C#
public FontFamily Minor { get; set; }
Property Value:

The minor FontFamily.

Gets or sets the minor FontSize.

C#
public double MinorFontSize { get; set; }
Property Value:

The minor FontSize.

Gets or sets the RadSpreadsheet of the SmallThemePreviewControl.

C#
public RadSpreadsheet RadSpreadsheet { get; set; }
Property Value:

The RadSpreadsheet of the SmallThemePreviewControl.

Text2

SolidColorBrush

Gets or sets the text2 color.

C#
public SolidColorBrush Text2 { get; set; }
Property Value:

The text2 color.

Methods

Raises the event. This method is invoked whenever is set to true internally.

C#
protected override void OnInitialized(EventArgs e)
Parameters:eEventArgs

The RoutedEventArgs that contains the event data.