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

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)
Parameters:fontSchemeThemeFontScheme

The font scheme.

Properties

FontScheme

ThemeFontScheme

Gets the font scheme.

C#
public ThemeFontScheme FontScheme { get; }
Property Value:

The font scheme as ThemeFontScheme.

Major

FontFamily

Gets the major FontFamily.

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

The major FontFamily.

Minor

FontFamily

Gets the minor FontFamily.

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

The minor FontFamily.

Gets the name.

C#
public string Name { get; }
Property Value:

The name as String.