T3000 CrossPlatform Documentation
FastColoredTextBoxRtf Property |
[This is preliminary documentation and is subject to change.]
Gets colored text as RTF
Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public string Rtf { get; }
Public ReadOnly Property Rtf As String Get Dim instance As FastColoredTextBox Dim value As String value = instance.Rtf
Property Value
Type: StringRemarks
For more flexibility you can use ExportToRTF class also
See Also