ClassFontFamilyInfo
Class
Represents FontFamilyInfo class.
Definition
Namespace:Telerik.WinForms.Controls.Spreadsheet
Assembly:Telerik.WinControls.RadSpreadsheet.dll
Syntax:
cs-api-definition
public class FontFamilyInfo : NotifyPropertyChangedBase, INotifyPropertyChanged
Inheritance: objectNotifyPropertyChangedBaseFontFamilyInfo
Implements:
Inherited Members
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
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
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.