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; }
Public ReadOnly Property Buffer As ITextBuffer
Get
member Buffer : ITextBuffer with get
Property Value
Type:
ITextBufferThe text buffer.
Remarks
The text buffer allows you to control the formatting of the text.
See Also