Gets or sets if connections can be relocated, added or removed from the diagram of this DiagramSurface. The default is true; 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 virtual bool CanModifyConnectivity { get; set; }
Visual Basic (Declaration)
Public Overridable Property CanModifyConnectivity As Boolean

Remarks

Dependency Property Information
Identifier fieldCanModifyConnectivityProperty
Metadata properties set to trueNone

See Also