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
Color
Gets or sets the font color.
public string Color { get; set; }
Property Value
FaceName
Gets or sets the face (font family) name.
public string FaceName { get; set; }
Property Value
GdiCharSet
Gets or sets the GDI character set.
public string GdiCharSet { get; set; }
Property Value
Italic
Gets or sets the italic style flag.
public string Italic { get; set; }
Property Value
Size
Gets or sets the font size.
public string Size { get; set; }
Property Value
Strikeout
Gets or sets the strikeout style flag.
public string Strikeout { get; set; }
Property Value
Underline
Gets or sets the underline style flag.
public string Underline { get; set; }
Property Value
Width
Gets or sets the font width scaling.
public string Width { get; set; }