Gets the collection of selected 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 ReadOnlyCollection<DiagramElement> SelectedElements { get; }
Visual Basic (Declaration)
Public ReadOnly Property SelectedElements As ReadOnlyCollection(Of DiagramElement)

Remarks

Dependency Property Information
Identifier fieldSelectedElementsProperty
Metadata properties set to trueNone

See Also