ClassFontFamilyInfo
Class
Represents FontFamilyInfo class.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
cs-api-definition
public class FontFamilyInfo : NotifyPropertyChangedBase
Inheritance: objectFontFamilyInfo
Constructors
FontFamilyInfo(FontFamily, ThemeFontType?)
Initializes a new instance of the FontFamilyInfo class.
Declaration
cs-api-definition
public FontFamilyInfo(FontFamily fontFamily, ThemeFontType? themeFontType = null)
Parameters
fontFamily
FontFamily
The font family.
themeFontType
ThemeFontType?
Type of the theme font.
Properties
FontFamily
Gets or sets the font family.
Declaration
cs-api-definition
public FontFamily FontFamily { get; set; }
Property Value
FontFamily
The font family.
ThemeFontType
Gets the ThemeFontType.
Declaration
cs-api-definition
public ThemeFontType? ThemeFontType { get; }
Property Value
ThemeFontType?
The ThemeFontType.
Methods
GetHashCode()
Serves as a hash function for a particular type.