Click or drag to resize

RichTextAreaBuffer Property

Gets the formatted text buffer to set formatting and load/save to file.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public ITextBuffer Buffer { get; }

Property Value

Type: ITextBuffer
The text buffer.
Remarks
The text buffer allows you to control the formatting of the text.
See Also