Class SmallThemeFontPreviewControl
Provides methods and properties for using theme font preview control.
Inheritance
Namespace: Telerik.Windows.Controls.Spreadsheet.Controls
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public class SmallThemeFontPreviewControl : Control
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
System.Windows.DependencyProperty
|
RadSpreadsheetProperty
The Dependency property RadSpreadsheetProperty.
Declaration
public static readonly DependencyProperty RadSpreadsheetProperty
Field Value
System.Windows.DependencyProperty
|
Properties
Major
Gets or sets the major FontFamily.
Declaration
public FontFamily Major { get; set; }
Property Value
System.Windows.Media.FontFamily
The major FontFamily. |
RadSpreadsheet
Gets or sets the RadSpreadsheet of the SmallThemeFontPreviewControl.
Declaration
public RadSpreadsheet RadSpreadsheet { get; set; }
Property Value
RadSpreadsheet
The RadSpreadsheet of the SmallThemeFontPreviewControl. |