ClassCreateNewThemeFontsDialogContent
Represents the content of the CreateNewThemeFontsDialog.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
public class CreateNewThemeFontsDialogContent : CreateNewThemeFontsDialogContentBase, ILocalizable, IRadSpreadsheetDialogContent<CreateNewThemeFontsDialogContext>, IRadSpreadsheetDialogContent
Inheritance: objectControlBaseRadSpreadsheetDialogContentBaseRadSpreadsheetDialogContentBase<CreateNewThemeFontsDialogContext>CreateNewThemeFontsDialogContentBaseCreateNewThemeFontsDialogContent
Implements:
Inherited Members
Constructors
CreateNewThemeFontsDialogContent()
Initializes a new instance of the CreateNewThemeFontsDialogContent class.
Declaration
public CreateNewThemeFontsDialogContent()
Fields
FontsProperty
Declaration
public static readonly DependencyProperty FontsProperty
Field Value
DependencyProperty
MajorProperty
Major dependency property.
Declaration
public static readonly DependencyProperty MajorProperty
Field Value
DependencyProperty
MinorProperty
Minor dependency property.
Declaration
public static readonly DependencyProperty MinorProperty
Field Value
DependencyProperty
SchemeNameProperty
Scheme name dependency property.
Declaration
public static readonly DependencyProperty SchemeNameProperty
Field Value
DependencyProperty
Properties
Fonts
Gets or sets the fonts.
Declaration
public IEnumerable<FontFamily> Fonts { get; set; }
Property Value
IEnumerable<FontFamily>
The fonts.
Major
Gets or sets the font family of the headings.
Declaration
public FontFamily Major { get; set; }
Property Value
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
FontFamily
The font family of the body.
SchemeName
Gets or sets the name of the scheme.
Declaration
public string SchemeName { get; set; }
Property Value
The name of the scheme.
Methods
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes call .
Declaration
public override void OnApplyTemplate()
Overrides
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.
OnKeyDown(KeyEventArgs)
Invoked when an unhandled 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
e
KeyEventArgs
The KeyEventArgs that contains the event data.
OnMouseLeftButtonUp(MouseButtonEventArgs)
Invoked when an unhandled 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
e
MouseButtonEventArgs
The 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()
Overrides