Class ThemeFontSchemeFonts
Provides properties describing fonts in a theme font scheme.
Inheritance
Namespace: Telerik.Windows.Controls.Spreadsheet.Controls
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public class ThemeFontSchemeFonts : Object
Constructors
ThemeFontSchemeFonts(ThemeFontScheme)
Initializes a new instance of the Theme
Declaration
public ThemeFontSchemeFonts(ThemeFontScheme fontScheme)
Parameters
Telerik. The font scheme. |
Properties
FontScheme
Gets the font scheme.
Declaration
public ThemeFontScheme FontScheme { get; }
Property Value
Telerik. The font scheme as ThemeFontScheme. |
Major
Gets the major FontFamily.
Declaration
public FontFamily Major { get; }
Property Value
System. The major FontFamily. |
Minor
Gets the minor FontFamily.
Declaration
public FontFamily Minor { get; }
Property Value
System. The minor FontFamily. |
Name
Gets the name.
Declaration
public string Name { get; }
Property Value
System. The name as String. |