| ITextBufferSupportedFormats Property  | 
  
    Namespace: 
   Eto.Forms
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
 Syntax
SyntaxIEnumerable<RichTextAreaFormat> SupportedFormats { get; }ReadOnly Property SupportedFormats As IEnumerable(Of RichTextAreaFormat)
	Get
abstract SupportedFormats : IEnumerable<RichTextAreaFormat> with get
Property Value
Type: 
IEnumerableRichTextAreaFormatThe supported formats for loading and saving.
 See Also
See Also