Gets or sets if diagram nodes can be 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 CanAddOrRemoveNodes { get; set; }
Visual Basic (Declaration)
Public Overridable Property CanAddOrRemoveNodes As Boolean

Remarks

Dependency Property Information
Identifier fieldCanAddOrRemoveNodesProperty
Metadata properties set to trueNone

See Also