Class FontFamilyInfo
Represents FontFamilyInfo class.
Inheritance
Namespace: Telerik.Windows.Controls.Spreadsheet
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public class FontFamilyInfo : NotifyPropertyChangedBase
Constructors
FontFamilyInfo(FontFamily, Nullable<ThemeFontType>)
Initializes a new instance of the Font
Declaration
public FontFamilyInfo(FontFamily fontFamily, Nullable<ThemeFontType> themeFontType = null)
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 Nullable<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. |
GetHashCode()
Serves as a hash function for a particular type.
Declaration
public override int GetHashCode()
Returns
System. A hash code for the current System. |