FastColoredTextBox.Rtf Property
From T3000 CrossPlatform
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)
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: StringFor more flexibility you can use ExportToRTF class also