Class CreateNewThemeFontsDialogContext
Represents context for the CreateNewThemeFontsDialog.
Inheritance
Inherited Members
Namespace: Telerik.WinForms.Controls.Spreadsheet.Dialogs
Assembly: Telerik.WinControls.RadSpreadsheet.dll
Syntax
public class CreateNewThemeFontsDialogContext : CreateNewThemeItemDialogContextBase<ThemeFontScheme>
Constructors
CreateNewThemeFontsDialogContext(RadSpreadsheetElement, ThemeFontScheme)
Initializes a new instance of the Create
Declaration
public CreateNewThemeFontsDialogContext(RadSpreadsheetElement radSpreadsheet, ThemeFontScheme schemeToEdit = null)
Parameters
Rad The RadSpreadsheet. |
Theme The scheme to edit. |
Properties
CustomSchemes
Gets the custom schemes.
Declaration
protected override NamedObjects<ThemeFontScheme> CustomSchemes { get; }
Property Value
Named The custom schemes. |
Overrides
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. |
Methods
GenerateNewThemeScheme()
Generates the new theme scheme.
Declaration
protected override ThemeFontScheme GenerateNewThemeScheme()
Returns
Theme The new theme scheme. |
Overrides
InitializeContext(String, ThemeFontScheme)
Initializes the context.
Declaration
protected override void InitializeContext(string schemeName, ThemeFontScheme scheme)
Parameters
System. Name of the scheme. |
Theme The scheme. |