AvalonEdit
LineTrackers Property
NamespacesICSharpCode.AvalonEdit.DocumentTextDocumentLineTrackers
Gets the list of ILineTrackers attached to this document. You can add custom line trackers to this list.
Declaration Syntax
C#Visual BasicVisual C++
public IList<ILineTracker> LineTrackers { get; }
Public ReadOnly Property LineTrackers As IList(Of ILineTracker)
	Get
public:
property IList<ILineTracker^>^ LineTrackers {
	IList<ILineTracker^>^ get ();
}

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