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 Create
Declaration
public CreateNewThemeFontsDialogContent()
Fields
FontsProperty
Declaration
public static readonly DependencyProperty FontsProperty
Field Value
System.
|
MajorProperty
Major dependency property.
Declaration
public static readonly DependencyProperty MajorProperty
Field Value
System.
|
MinorProperty
Minor dependency property.
Declaration
public static readonly DependencyProperty MinorProperty
Field Value
System.
|
SchemeNameProperty
Scheme name dependency property.
Declaration
public static readonly DependencyProperty SchemeNameProperty
Field Value
System.
|
Properties
Fonts
Gets or sets the fonts.
Declaration
public IEnumerable<FontFamily> Fonts { get; set; }
Property Value
System. The fonts. |
Major
Gets or sets the font family of the headings.
Declaration
public FontFamily Major { get; set; }
Property Value
System. 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. The font family of the body. |
SchemeName
Gets or sets the name of the scheme.
Declaration
public string SchemeName { get; set; }
Property Value
System. The name of the scheme. |
Methods
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application
code or internal processes call System.
Declaration
public override void OnApplyTemplate()
Overrides
OnInitialized(EventArgs)
Raises the System.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System. The System. |
OnKeyDown(KeyEventArgs)
Invoked when an unhandled System.
Declaration
protected override void OnKeyDown(KeyEventArgs e)
Parameters
System. The System. |
OnMouseLeftButtonUp(MouseButtonEventArgs)
Invoked when an unhandled System.
Declaration
protected override void OnMouseLeftButtonUp(MouseButtonEventArgs e)
Parameters
System. The System. |
ShowDialogOverride()
Called before showing dialog.
Declaration
protected override void ShowDialogOverride()