Class AdvancedTextRenderer.StyleDescriptor
Represents a style used in HtmlTags mode.
Inheritance
System.Object
AdvancedTextRenderer.StyleDescriptor
Namespace: FastReport.Utils
Assembly: FastReport.Base.dll
Syntax
public class StyleDescriptor
Properties
BaseLine
Gets or sets baseline.
Declaration
public AdvancedTextRenderer.BaseLine BaseLine { get; set; }
Property Value
| Type | Description |
|---|---|
| AdvancedTextRenderer.BaseLine |
Color
Gets or sets text color.
Declaration
public Color Color { get; set; }
Property Value
| Type | Description |
|---|---|
| Color |
Font
Gets or sets font.
Declaration
public string Font { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
FontStyle
Gets or sets font style.
Declaration
public FontStyle FontStyle { get; set; }
Property Value
| Type | Description |
|---|---|
| FontStyle |
Size
Gets or sets font size.
Declaration
public float Size { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Single |
Methods
ToString()
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| System.String |
Overrides
System.Object.ToString()