Class
SmallThemeFontPreviewControl

Provides methods and properties for using theme font preview control.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet.Controls

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

cs-api-definition
public class SmallThemeFontPreviewControl : Control

Inheritance: objectSmallThemeFontPreviewControl

Constructors

SmallThemeFontPreviewControl()

Initializes a new instance of the SmallThemeFontPreviewControl class.

Declaration

cs-api-definition
public SmallThemeFontPreviewControl()

Fields

MajorProperty

The Dependency property MajorProperty.

Declaration

cs-api-definition
public static readonly DependencyProperty MajorProperty

Field Value

DependencyProperty

RadSpreadsheetProperty

The Dependency property RadSpreadsheetProperty.

Declaration

cs-api-definition
public static readonly DependencyProperty RadSpreadsheetProperty

Field Value

DependencyProperty

Properties

Major

Gets or sets the major FontFamily.

Declaration

cs-api-definition
public FontFamily Major { get; set; }

Property Value

FontFamily

The major FontFamily.

RadSpreadsheet

Gets or sets the RadSpreadsheet of the SmallThemeFontPreviewControl.

Declaration

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

Property Value

RadSpreadsheet

The RadSpreadsheet of the SmallThemeFontPreviewControl.

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.