Class HtmlTextRenderer.RunText
Represents the text run.
Inherited Members
Namespace: FastReport.Utils
Assembly: FastReport.Base.dll
Syntax
public class RunText : HtmlTextRenderer.Run
Properties
Text
Gets the text.
Declaration
public string Text { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Methods
GetBrush()
Gets brush.
Declaration
public Brush GetBrush()
Returns
| Type | Description |
|---|---|
| Brush | The Brush object. |