Table of Contents

Class PropertyFont

Namespace
combit.Reporting.Dom
Assembly
combit.ListLabel31.CrossPlatform.dll

Represents a basic font definition (non-formula) with style and size attributes.

public class PropertyFont : DomItem
Inheritance
PropertyFont
Derived
Inherited Members

Properties

Bold

Gets or sets the bold style flag.

public string Bold { get; set; }

Property Value

string

Color

Gets or sets the font color.

public string Color { get; set; }

Property Value

string

FaceName

Gets or sets the face (font family) name.

public string FaceName { get; set; }

Property Value

string

GdiCharSet

Gets or sets the GDI character set.

public string GdiCharSet { get; set; }

Property Value

string

Italic

Gets or sets the italic style flag.

public string Italic { get; set; }

Property Value

string

Size

Gets or sets the font size.

public string Size { get; set; }

Property Value

string

Strikeout

Gets or sets the strikeout style flag.

public string Strikeout { get; set; }

Property Value

string

Underline

Gets or sets the underline style flag.

public string Underline { get; set; }

Property Value

string

Width

Gets or sets the font width scaling.

public string Width { get; set; }

Property Value

string