DiagramLite Programmer's Guide
QuickRouter.TurnCost Property
See Also
 





Gets or sets a value added to the total cost of a route if it makes a turn.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight

 Syntax

C#  Copy Code

public double TurnCost { get; set; }

Visual Basic  Copy Code

Public Property TurnCost As Double

 Property Value

A double value specifying the turn cost. The default is 50.

 See Also

QuickRouter Members
QuickRouter Class
MindFusion.Diagramming Namespace