FontFamilyInfo
Class
Represents FontFamilyInfo class.
Definition
Namespace:Telerik.WinForms.Controls.Spreadsheet
Assembly:Telerik.WinControls.RadSpreadsheet.dll
Syntax:
C#
public class FontFamilyInfo : NotifyPropertyChangedBase, INotifyPropertyChanged
Inheritance: objectNotifyPropertyChangedBaseFontFamilyInfo
Implements:
Inherited Members
Constructors
Initializes a new instance of the FontFamilyInfo class.
C#
public FontFamilyInfo(FontFamily fontFamily, ThemeFontType? themeFontType = null)
The font family.
themeFontTypeThemeFontType?Type of the theme font.
Properties
Gets or sets the font family.
C#
public FontFamily FontFamily { get; set; }
The font family.
ThemeFontType
ThemeFontType?
Gets the ThemeFontType.
C#
public ThemeFontType? ThemeFontType { get; }
The ThemeFontType.