Click or drag to resize

RichTextAreaRtf Property

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; }

Property Value

Type: String
The RTF string.
Remarks
The CaretIndex and Selection will be set to the end of the string after set.
See Also