Provides methods and properties for using theme font preview control.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Controls
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
C#
public class SmallThemeFontPreviewControl : Control
Inheritance: objectSmallThemeFontPreviewControl
Constructors
Initializes a new instance of the SmallThemeFontPreviewControl class.
C#
public SmallThemeFontPreviewControl()
Fields
MajorProperty
DependencyProperty
The Dependency property MajorProperty.
C#
public static readonly DependencyProperty MajorProperty
RadSpreadsheetProperty
DependencyProperty
The Dependency property RadSpreadsheetProperty.
C#
public static readonly DependencyProperty RadSpreadsheetProperty
Properties
Major
FontFamily
Gets or sets the major FontFamily.
C#
public FontFamily Major { get; set; }
The major FontFamily.
Gets or sets the RadSpreadsheet of the SmallThemeFontPreviewControl.
C#
public RadSpreadsheet RadSpreadsheet { get; set; }
The RadSpreadsheet of the SmallThemeFontPreviewControl.
Methods
Raises the event. This method is invoked whenever is set to true internally.
C#
protected override void OnInitialized(EventArgs e)
The RoutedEventArgs that contains the event data.