Gets all the DiagramNodeElement objects displayed on this DiagramSurface.

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

Syntax

C#
public IEnumerable<DiagramNodeElement> NodeElements { get; }
Visual Basic (Declaration)
Public ReadOnly Property NodeElements As IEnumerable(Of DiagramNodeElement)

See Also