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. |
Methods
OnInitialized(EventArgs)
Raises the System.Windows.FrameworkElement.Initialized event. This method is invoked whenever System.Windows.FrameworkElement.IsInitialized is set to true internally.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System.EventArgs
e
The System.Windows.RoutedEventArgs that contains the event data. |