Gets or sets the content as a RTF (Rich Text Format) string. Note that some platforms don't support RTF (e.g. Gtk).
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public string Rtf { get; set; }
Public Property Rtf As String
Get
Set
member Rtf : string with get, set
Property Value
Type:
StringThe RTF string.
Remarks
The CaretIndex and Selection will be set to the end of the string after set.
See Also