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 FontFamilyInfo class.
Declaration
public FontFamilyInfo(FontFamily fontFamily, ThemeFontType? themeFontType = default(ThemeFontType? ))
Parameters
System.Windows.Media.FontFamily
fontFamily
The font family. |
System.Nullable<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 ThemeFontType? ThemeFontType { get; }
Property Value
System.Nullable<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. |
Overrides
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. |