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