AvalonEdit
Options Property
NamespacesICSharpCode.AvalonEdit.EditingTextAreaOptions
Gets/Sets the document displayed by the text editor.
Declaration Syntax
C#Visual BasicVisual C++
public TextEditorOptions Options { get; set; }
Public Property Options As TextEditorOptions
	Get
	Set
public:
virtual property TextEditorOptions^ Options {
	TextEditorOptions^ get () sealed;
	void set (TextEditorOptions^ value) sealed;
}

Assembly: ICSharpCode.AvalonEdit (Module: ICSharpCode.AvalonEdit.dll) Version: 5.0.0.4238