Gets or sets the selection behavior for a DiagramSurface. The default is Single selection. 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 SelectionMode SelectionMode { get; set; }
Visual Basic (Declaration)
Public Property SelectionMode As SelectionMode

Remarks

Dependency Property Information
Identifier fieldSelectionModeProperty
Metadata properties set to trueNone

See Also