Class FontFamilyInfo
Represents FontFamilyInfo class.
Inherited Members
Namespace: Telerik.WinForms.Controls.Spreadsheet
Assembly: Telerik.WinControls.RadSpreadsheet.dll
Syntax
public class FontFamilyInfo : NotifyPropertyChangedBase, INotifyPropertyChanged
Constructors
FontFamilyInfo(FontFamily, Nullable<ThemeFontType>)
Initializes a new instance of the Font
Declaration
public FontFamilyInfo(FontFamily fontFamily, ThemeFontType? themeFontType = default(ThemeFontType? ))
Parameters
System. The font family. |
System. Type of the theme font. |
Properties
FontFamily
Gets or sets the font family.
Declaration
public FontFamily FontFamily { get; set; }
Property Value
System. The font family. |
ThemeFontType
Gets the ThemeFontType.
Declaration
public ThemeFontType? ThemeFontType { get; }
Property Value
System. The ThemeFontType. |
Methods
Equals(Object)
Determines whether the specified System.
Declaration
public override bool Equals(object obj)
Parameters
System. The System. |
Returns
System. true if the specified System. |
Overrides
GetHashCode()
Serves as a hash function for a particular type.
Declaration
public override int GetHashCode()
Returns
System. A hash code for the current System. |