Specifies available styles for the segments of links.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C#
![]() |
---|
public enum LinkShape |
Visual Basic
![]() |
---|
Public Enum LinkShape |
Member name | Description | |
---|---|---|
![]() |
Bezier |
The segments of an link are Bezier curves. |
![]() |
Cascading |
The segments of an link are horizontal and vertical lines, each one orthogonal to each adjacent segment. |
![]() |
Polyline |
The segments of the link are straight lines. |
![]() |
Spline |
The segments of the link are cardinal splines. |
Values from this enumeration can be assigned to the Shape property of links or to the LinkShape property of the diagram.
Diagramming for .NET MAUI Guide | © 2025 MindFusion |