ThemeFontSchemeFonts
Class
Provides properties describing fonts in a theme font scheme.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Controls
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
C#
public class ThemeFontSchemeFonts
Inheritance: objectThemeFontSchemeFonts
Constructors
Initializes a new instance of the ThemeFontSchemeFonts class.
C#
public ThemeFontSchemeFonts(ThemeFontScheme fontScheme)
The font scheme.
Properties
FontScheme
ThemeFontScheme
Gets the font scheme.
C#
public ThemeFontScheme FontScheme { get; }
The font scheme as ThemeFontScheme.
Major
FontFamily
Gets the major FontFamily.
C#
public FontFamily Major { get; }
The major FontFamily.
Minor
FontFamily
Gets the minor FontFamily.
C#
public FontFamily Minor { get; }
The minor FontFamily.