Gets or sets whether this DiagramSurface should detect and manage collisions between two IDiagramNode objects. If this property is set to true, then collisions will be ignored.

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 AllowNodeCollisions { get; set; }
Visual Basic (Declaration)
Public Overridable Property AllowNodeCollisions As Boolean

See Also