Class
FontFamilyInfo

Represents FontFamilyInfo class.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

cs-api-definition
public class FontFamilyInfo : NotifyPropertyChangedBase

Inheritance: objectFontFamilyInfo

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

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

FontFamily

The font family.

ThemeFontType

Gets the ThemeFontType.

Declaration

cs-api-definition
public ThemeFontType? ThemeFontType { get; }

Property Value

ThemeFontType?

The ThemeFontType.

Methods

Equals(object)

Determines whether the specified object is equal to the current object.

Declaration

cs-api-definition
public override bool Equals(object obj)

Parameters

obj

object

The object to compare with the current object.

Returns

bool

true if the specified object is equal to the current object; otherwise, false.

GetHashCode()

Serves as a hash function for a particular type.

Declaration

cs-api-definition
public override int GetHashCode()

Returns

int

A hash code for the current object.