Struct HtmlTextRenderer.LineFColor
Represents colored line segment used for underlines/strikeouts.
Namespace: FastReport.Utils
Assembly: FastReport.Base.dll
Syntax
public struct LineFColor
Fields
Color
Gets the color.
Declaration
public readonly Color Color
Field Value
| Type | Description |
|---|---|
| Color |
Left
Gets the left coordinate.
Declaration
public readonly float Left
Field Value
| Type | Description |
|---|---|
| System.Single |
Right
Gets the right coordinate.
Declaration
public readonly float Right
Field Value
| Type | Description |
|---|---|
| System.Single |
Top
Gets the top coordinate.
Declaration
public readonly float Top
Field Value
| Type | Description |
|---|---|
| System.Single |
Width
Gets the width.
Declaration
public readonly float Width
Field Value
| Type | Description |
|---|---|
| System.Single |