AvalonEdit
Sections Property
NamespacesICSharpCode.AvalonEdit.HighlightingHighlightedLineSections
Gets the highlighted sections. The sections are not overlapping, but they may be nested. In that case, outer sections come in the list before inner sections. The sections are sorted by start offset.
Declaration Syntax
C#Visual BasicVisual C++
public IList<HighlightedSection> Sections { get; private set; }
Public Property Sections As IList(Of HighlightedSection)
	Get
	Private Set
public:
property IList<HighlightedSection^>^ Sections {
	IList<HighlightedSection^>^ get ();
	private: void set (IList<HighlightedSection^>^ value);
}

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