Search
RoutingOptions.EndPointsOffset Property
See Also
 





Gets or sets the minimum number of routing grid cells the end segments of links should occupy before they are allowed to bend.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public int EndPointsOffset { get; set; }

Visual Basic  Copy Code

Public Property EndPointsOffset As Integer

 Property Value

Number of routing grid cells the end segments of links should occupy before a bend is allowed. The default value is 0.

 Remarks

Set this property to a value greater than 0 to ensure the first bend the link makes is not too close to the node boundaries.

 See Also