Click or drag to resize

ITextBufferSupportedFormats Property

Gets an enumeration of formats supported for the Load(Stream, RichTextAreaFormat) and Save(Stream, RichTextAreaFormat) methods.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
IEnumerable<RichTextAreaFormat> SupportedFormats { get; }

Property Value

Type: IEnumerableRichTextAreaFormat
The supported formats for loading and saving.
See Also