Gets the collection of DiagramElement objects displayed on this DiagramSurface. This collection is sorted based on the ZIndex of the elements. This is a dependency property.

Namespace:  Mindscape.WpfDiagramming
Assembly:  Mindscape.WpfDiagramming.Foundation (in Mindscape.WpfDiagramming.Foundation.dll)
Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public ReadOnlyObservableCollection<DiagramElement> DiagramElements { get; }
Visual Basic (Declaration)
Public ReadOnly Property DiagramElements As ReadOnlyObservableCollection(Of DiagramElement)

Remarks

Dependency Property Information
Identifier fieldDiagramElementsProperty
Metadata properties set to trueNone

See Also