AvalonEdit
Elements Property
NamespacesICSharpCode.AvalonEdit.RenderingVisualLineElements
Gets a read-only collection of line elements.
Declaration Syntax
C#Visual BasicVisual C++
public ReadOnlyCollection<VisualLineElement> Elements { get; private set; }
Public Property Elements As ReadOnlyCollection(Of VisualLineElement)
	Get
	Private Set
public:
property ReadOnlyCollection<VisualLineElement^>^ Elements {
	ReadOnlyCollection<VisualLineElement^>^ get ();
	private: void set (ReadOnlyCollection<VisualLineElement^>^ value);
}

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