Gets or sets the default number of arrow 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.
Use the property to create more indented links, when necessary.
Diagramming for .NET MAUI Guide | © 2024 MindFusion |