[]
        
(Showing Draft Content)

C1.WPF.FlexReport.FontHolder

FontHolder Class

Represents platform independent Font object. Under WinForms encapsulates a C1.WPF.FlexReport.FontHolder.Font object and provides get/set access to the font properties.

Inheritance
FontHolder
Namespace: C1.WPF.FlexReport
Assembly: C1.WPF.FlexReport.4.6.2.dll
Syntax
public class FontHolder : INotifyPropertyChanged

Properties

Name Description
Bold

Gets or sets a value that indicates whether the font is bold.

GdiCharSet

Gets or sets the GDI character set used by the font.

Italic

Gets or sets a value that indicates whether the encapsulated C1.WPF.FlexReport.FontHolder.Font is italic.

Name

Gets or sets the name of the font.

Size

Gets or sets the size of the font.

Strikethrough

Gets or sets a value that indicates whether the font has a horizontal line through the text.

Underline

Gets or sets a value that indicates whether the font is underlined.

Methods

Name Description
Clone()

Creates a clone of this FontHolder object.

OnPropertyChanged(string)

Fires PropertyChanged event.

ToString()

Gets a string that represents this FontHolder.

Events

Name Description
PropertyChanged

Occurs when a property value changes.