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
C# Copy Code |
---|
public int EndPointsOffset { get; set; } |
Visual Basic Copy Code |
---|
Public Property EndPointsOffset As Integer |
Number of routing grid cells the end segments of links should occupy before a bend is allowed. The default value is 0.
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.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |