AvalonEdit
TextView Property
NamespacesICSharpCode.AvalonEdit.EditingAbstractMarginTextView
Gets/sets the text view for which line numbers are displayed.
Declaration Syntax
C#Visual BasicVisual C++
public TextView TextView { get; set; }
Public Property TextView As TextView
	Get
	Set
public:
property TextView^ TextView {
	TextView^ get ();
	void set (TextView^ value);
}
Remarks
Adding a margin to LeftMargins will automatically set this property to the text area's TextView.

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