Gets or sets the default number of link segments.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public int LinkSegments { get; set; } |
Visual Basic Copy Code |
---|
Public Property LinkSegments As Integer |
An integer value specifying how many segments links consists of. The default is 1.
This value is assigned to the SegmentCount property of new links, which together with Shape defines the number of ControlPoints. You can let users insert new link segments interactively by setting AllowSplitLinks to true.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |