Appends the specified text to the Rft string using the
object ForeColor and the specified font. Transparent
colors cannot be used for an Rtf rendering.
Namespace:
C1.Win.C1ChartAssembly: C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)
Syntax
C# |
---|
public void AppendRtfText( string Text, Font Font ) |
Visual Basic |
---|
Public Sub AppendRtfText ( _ Text As String, _ Font As Font _ ) |
Parameters
- Text
- Type: System..::..String
Text string to be appended to existing Rtf.
- Font
- Type: System.Drawing..::..Font
Font of the appended text.