Gets or sets a value indicating whether this node is considered an obstacle by the link-routing algorithm.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public bool Obstacle { get; set; } |
Visual Basic Copy Code |
---|
Public Property Obstacle As Boolean |
true makes routed links look for a path going around this node; false lets links cross the node. The default is true.
It is useful to set this property to false for nodes used as decorative containers or labels.
WpfDiagram Programmer's Guide | © 2024 MindFusion |