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 ThemeFontSchemeFonts class.
Declaration
public ThemeFontSchemeFonts(ThemeFontScheme fontScheme)
Parameters
Telerik.Windows.Documents.Spreadsheet.Theming.ThemeFontScheme
fontScheme
The font scheme. |
Properties
FontScheme
Gets the font scheme.
Declaration
public ThemeFontScheme FontScheme { get; }
Property Value
Telerik.Windows.Documents.Spreadsheet.Theming.ThemeFontScheme
The font scheme as ThemeFontScheme. |
Major
Gets the major FontFamily.
Declaration
public FontFamily Major { get; }
Property Value
System.Windows.Media.FontFamily
The major FontFamily. |
Minor
Gets the minor FontFamily.
Declaration
public FontFamily Minor { get; }
Property Value
System.Windows.Media.FontFamily
The minor FontFamily. |
Name
Gets the name.
Declaration
public string Name { get; }
Property Value
System.String
The name as String. |