RichTextArea Class |
Namespace: Eto.Forms
The RichTextArea type exposes the following members.
Name | Description | |
---|---|---|
RichTextArea | Initializes a new instance of the RichTextArea class |
Name | Description | |
---|---|---|
Buffer |
Gets the formatted text buffer to set formatting and load/save to file.
| |
Rtf |
Gets or sets the content as a RTF (Rich Text Format) string. Note that some platforms don't support RTF (e.g. Gtk).
| |
SelectionBackground |
Gets or sets the background color of the selected text or insertion point.
| |
SelectionBold |
Gets or sets a value indicating whether the selected text or insertion point has bold text.
| |
SelectionFamily |
Gets or sets the font family of the selected text or insertion point.
| |
SelectionFont |
Gets or sets the font of the selected text or insertion point.
| |
SelectionForeground |
Gets or sets the foreground color of the selected text or insertion point.
| |
SelectionItalic |
Gets or sets a value indicating whether the selected text or insertion point has italic style.
| |
SelectionStrikethrough |
Gets or sets a value indicating whether the selected text or insertion point has strikethrough decorations.
| |
SelectionTypeface |
Gets or sets the font typeface of the selected text or insertion point.
| |
SelectionUnderline |
Gets or sets a value indicating whether the selected text or insertion point has underline decorations.
|