Gets or sets a value indicating whether long routes don't have their number of segments minimized in order to save up processing time.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight
C# Copy Code |
---|
public bool DontOptimizeLongRoutes { get; set; } |
Visual Basic Copy Code |
---|
Public Property DontOptimizeLongRoutes As Boolean |
true to disable route optimization for long links; otherwise, false. The default is false.
Segment optimization done on routed links might need much processing time. The control allows disabling that optimization for long links. That would make the found routes have a "staircase" pattern when they run diagonally.