New to Telerik UI for WPFStart a free 30-day trial

Represents the content of the CreateNewThemeFontsDialog.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

C#
public class CreateNewThemeFontsDialogContent : CreateNewThemeFontsDialogContentBase, ILocalizable, IRadSpreadsheetDialogContent<CreateNewThemeFontsDialogContext>, IRadSpreadsheetDialogContent

Inheritance: objectControlBaseRadSpreadsheetDialogContentBaseRadSpreadsheetDialogContentBase<CreateNewThemeFontsDialogContext>CreateNewThemeFontsDialogContentBaseCreateNewThemeFontsDialogContent...

Implements: ILocalizableIRadSpreadsheetDialogContentIRadSpreadsheetDialogContent<CreateNewThemeFontsDialogContext>

Inherited Members RadSpreadsheetDialogContentBase<CreateNewThemeFontsDialogContext>.ShowDialog(CreateNewThemeFontsDialogContext)RadSpreadsheetDialogContentBase<CreateNewThemeFontsDialogContext>.Show(CreateNewThemeFontsDialogContext)RadSpreadsheetDialogContentBase<CreateNewThemeFontsDialogContext>.ShowOverride()RadSpreadsheetDialogContentBase<CreateNewThemeFontsDialogContext>.CloseOverride()RadSpreadsheetDialogContentBase<CreateNewThemeFontsDialogContext>.Close()RadSpreadsheetDialogContentBase<CreateNewThemeFontsDialogContext>.ExecuteOnNextClosed(Action)RadSpreadsheetDialogContentBase<CreateNewThemeFontsDialogContext>.OnClosed()RadSpreadsheetDialogContentBase<CreateNewThemeFontsDialogContext>.HostWindowRadSpreadsheetDialogContentBase<CreateNewThemeFontsDialogContext>.ContextRadSpreadsheetDialogContentBase<CreateNewThemeFontsDialogContext>.ClosedRadSpreadsheetDialogContentBase.HeaderPropertyRadSpreadsheetDialogContentBase.ResizeModePropertyRadSpreadsheetDialogContentBase.WindowStartupLocationPropertyRadSpreadsheetDialogContentBase.CanMovePropertyRadSpreadsheetDialogContentBase.DialogResultPropertyRadSpreadsheetDialogContentBase.HostWindowMinWidthPropertyRadSpreadsheetDialogContentBase.HostWindowMinHeightPropertyRadSpreadsheetDialogContentBase.HostWindowMaxWidthPropertyRadSpreadsheetDialogContentBase.HostWindowMaxHeightPropertyRadSpreadsheetDialogContentBase.SetString(string)RadSpreadsheetDialogContentBase.HeaderRadSpreadsheetDialogContentBase.ResizeModeRadSpreadsheetDialogContentBase.WindowStartupLocationRadSpreadsheetDialogContentBase.CanMoveRadSpreadsheetDialogContentBase.DialogResultRadSpreadsheetDialogContentBase.HostWindowMinWidthRadSpreadsheetDialogContentBase.HostWindowMinHeightRadSpreadsheetDialogContentBase.HostWindowMaxWidthRadSpreadsheetDialogContentBase.HostWindowMaxHeightControlBase.GetTemplateChild<T>(string)ControlBase.GetRequiredTemplateChild<T>(string, bool)...

Constructors

Initializes a new instance of the CreateNewThemeFontsDialogContent class.

C#
public CreateNewThemeFontsDialogContent()

Fields

FontsProperty

DependencyProperty

C#
public static readonly DependencyProperty FontsProperty

MajorProperty

DependencyProperty

Major dependency property.

C#
public static readonly DependencyProperty MajorProperty

MinorProperty

DependencyProperty

Minor dependency property.

C#
public static readonly DependencyProperty MinorProperty

SchemeNameProperty

DependencyProperty

Scheme name dependency property.

C#
public static readonly DependencyProperty SchemeNameProperty

Properties

Fonts

IEnumerable<FontFamily>

Gets or sets the fonts.

C#
public IEnumerable<FontFamily> Fonts { get; set; }
Property Value:

The fonts.

Major

FontFamily

Gets or sets the font family of the headings.

C#
public FontFamily Major { get; set; }
Property Value:

The font family of the headings.

Minor

FontFamily

Gets or sets the font family of the body.

C#
public FontFamily Minor { get; set; }
Property Value:

The font family of the body.

Gets or sets the name of the scheme.

C#
public string SchemeName { get; set; }
Property Value:

The name of the scheme.

Methods

When overridden in a derived class, is invoked whenever application code or internal processes call .

Raises the event. This method is invoked whenever is set to true internally.

C#
protected override void OnInitialized(EventArgs e)
Parameters:eEventArgs

The RoutedEventArgs that contains the event data.

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.

C#
protected override void OnKeyDown(KeyEventArgs e)
Parameters:eKeyEventArgs

The KeyEventArgs that contains the event data.

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.

C#
protected override void OnMouseLeftButtonUp(MouseButtonEventArgs e)
Parameters:eMouseButtonEventArgs

The MouseButtonEventArgs that contains the event data. The event data reports that the left mouse button was released.

Called before showing dialog.

C#
protected override void ShowDialogOverride()

Overrides: RadSpreadsheetDialogContentBase<CreateNewThemeFontsDialogContext>.ShowDialogOverride()