Class
ThemeFontSchemeFonts

Provides properties describing fonts in a theme font scheme.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet.Controls

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

cs-api-definition
public class ThemeFontSchemeFonts

Inheritance: objectThemeFontSchemeFonts

Constructors

ThemeFontSchemeFonts(ThemeFontScheme)

Initializes a new instance of the ThemeFontSchemeFonts class.

Declaration

cs-api-definition
public ThemeFontSchemeFonts(ThemeFontScheme fontScheme)

Parameters

fontScheme

ThemeFontScheme

The font scheme.

Properties

FontScheme

Gets the font scheme.

Declaration

cs-api-definition
public ThemeFontScheme FontScheme { get; }

Property Value

ThemeFontScheme

The font scheme as ThemeFontScheme.

Major

Gets the major FontFamily.

Declaration

cs-api-definition
public FontFamily Major { get; }

Property Value

FontFamily

The major FontFamily.

Minor

Gets the minor FontFamily.

Declaration

cs-api-definition
public FontFamily Minor { get; }

Property Value

FontFamily

The minor FontFamily.

Name

Gets the name.

Declaration

cs-api-definition
public string Name { get; }

Property Value

string

The name as String.