Gets or sets a value indicating whether this node is considered an obstacle by the link-routing algorithm.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
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.
Diagramming for .NET MAUI Guide | © 2024 MindFusion |