Specifies available styles for the segments of links.
Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming
C#
![]() |
---|
public enum LinkShape |
Visual Basic
![]() |
---|
Public Enum LinkShape |
Member name | Description | |
---|---|---|
![]() |
Bezier |
The segments of a link are Bézier curves. |
![]() |
Cascading |
The segments of a link are horizontal and vertical lines, each one orthogonal to its adjacent segments. |
![]() |
Polyline |
The segments of the link are straight lines. |
![]() |
Spline |
The segments of a link are curves forming an interpolating spline that passes through all control points. |
Values from this enumeration can be assigned to the Shape property of links or to the LinkShape property of the diagram.
NetDiagram Programmer's Guide | © 2023 MindFusion |