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