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 FontFamilyInfo class.
Declaration
public FontFamilyInfo(FontFamily fontFamily, Nullable<ThemeFontType> themeFontType = null)
Parameters
System.Windows.Media.FontFamily
fontFamily
The font family. |
System.Nullable<Telerik.Windows.Documents.Spreadsheet.Theming.ThemeFontType>
themeFontType
Type of the theme font. |
Properties
FontFamily
Gets or sets the font family.
Declaration
public FontFamily FontFamily { get; set; }
Property Value
System.Windows.Media.FontFamily
The font family. |
ThemeFontType
Gets the ThemeFontType.
Declaration
public Nullable<ThemeFontType> ThemeFontType { get; }
Property Value
System.Nullable<Telerik.Windows.Documents.Spreadsheet.Theming.ThemeFontType>
The ThemeFontType. |
Methods
Equals(Object)
Determines whether the specified System.Object is equal to the current System.Object.
Declaration
public override bool Equals(object obj)
Parameters
System.Object
obj
The System.Object to compare with the current System.Object. |
Returns
System.Boolean
true if the specified System.Object is equal to the current System.Object; otherwise, false. |
GetHashCode()
Serves as a hash function for a particular type.
Declaration
public override int GetHashCode()
Returns
System.Int32
A hash code for the current System.Object. |