Click or drag to resize

RichTextArea Class

Text area with ability to specify rich text formatting such as font attributes and colors.
Inheritance Hierarchy

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public class RichTextArea : TextArea

The RichTextArea type exposes the following members.

Constructors
  NameDescription
Public methodRichTextArea
Initializes a new instance of the RichTextArea class
Top
Properties
  NameDescription
Public propertyBuffer
Gets the formatted text buffer to set formatting and load/save to file.
Public propertyRtf
Gets or sets the content as a RTF (Rich Text Format) string. Note that some platforms don't support RTF (e.g. Gtk).
Public propertySelectionBackground
Gets or sets the background color of the selected text or insertion point.
Public propertySelectionBold
Gets or sets a value indicating whether the selected text or insertion point has bold text.
Public propertySelectionFamily
Gets or sets the font family of the selected text or insertion point.
Public propertySelectionFont
Gets or sets the font of the selected text or insertion point.
Public propertySelectionForeground
Gets or sets the foreground color of the selected text or insertion point.
Public propertySelectionItalic
Gets or sets a value indicating whether the selected text or insertion point has italic style.
Public propertySelectionStrikethrough
Gets or sets a value indicating whether the selected text or insertion point has strikethrough decorations.
Public propertySelectionTypeface
Gets or sets the font typeface of the selected text or insertion point.
Public propertySelectionUnderline
Gets or sets a value indicating whether the selected text or insertion point has underline decorations.
Top
See Also