Class CreateNewThemeFontsDialogContent
Represents the content of the CreateNewThemeFontsDialog.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public class CreateNewThemeFontsDialogContent : CreateNewThemeFontsDialogContentBase, ILocalizable, IRadSpreadsheetDialogContent<CreateNewThemeFontsDialogContext>, IRadSpreadsheetDialogContent
Constructors
CreateNewThemeFontsDialogContent()
Initializes a new instance of the CreateNewThemeFontsDialogContent class.
Declaration
public CreateNewThemeFontsDialogContent()
Fields
FontsProperty
Declaration
public static readonly DependencyProperty FontsProperty
Field Value
System.Windows.DependencyProperty
|
MajorProperty
Major dependency property.
Declaration
public static readonly DependencyProperty MajorProperty
Field Value
System.Windows.DependencyProperty
|
MinorProperty
Minor dependency property.
Declaration
public static readonly DependencyProperty MinorProperty
Field Value
System.Windows.DependencyProperty
|
SchemeNameProperty
Scheme name dependency property.
Declaration
public static readonly DependencyProperty SchemeNameProperty
Field Value
System.Windows.DependencyProperty
|
Properties
Fonts
Gets or sets the fonts.
Declaration
public IEnumerable<FontFamily> Fonts { get; set; }
Property Value
System.Collections.Generic.IEnumerable<System.Windows.Media.FontFamily>
The fonts. |
Major
Gets or sets the font family of the headings.
Declaration
public FontFamily Major { get; set; }
Property Value
System.Windows.Media.FontFamily
The font family of the headings. |
Minor
Gets or sets the font family of the body.
Declaration
public FontFamily Minor { get; set; }
Property Value
System.Windows.Media.FontFamily
The font family of the body. |
SchemeName
Gets or sets the name of the scheme.
Declaration
public string SchemeName { get; set; }
Property Value
System.String
The name of the scheme. |
Methods
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes call System.Windows.FrameworkElement.ApplyTemplate.
Declaration
public override void OnApplyTemplate()
Overrides
OnKeyDown(KeyEventArgs)
Invoked when an unhandled System.Windows.Input.Keyboard.KeyDown attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.
Declaration
protected override void OnKeyDown(KeyEventArgs e)
Parameters
System.Windows.Input.KeyEventArgs
e
The System.Windows.Input.KeyEventArgs that contains the event data. |
OnMouseLeftButtonUp(MouseButtonEventArgs)
Invoked when an unhandled System.Windows.UIElement.MouseLeftButtonUp routed event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.
Declaration
protected override void OnMouseLeftButtonUp(MouseButtonEventArgs e)
Parameters
System.Windows.Input.MouseButtonEventArgs
e
The System.Windows.Input.MouseButtonEventArgs that contains the event data. The event data reports that the left mouse button was released. |
ShowDialogOverride()
Called before showing dialog.
Declaration
protected override void ShowDialogOverride()