Gets or sets the default value of the Shape property of new links.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public LinkShape LinkShape { get; set; } |
Visual Basic Copy Code |
---|
Public Property LinkShape As LinkShape |
A member of the LinkShape enumeration. The default value is Polyline.
Use this property to specify what kind of segments new links are composed of. Curved links can be created using Bezier or Spline styles. Straight-segment links can be created using Polyline and Cascading styles, the latter one restricting segments to horizontal and vertical direction, orienting each segment orthogonally to its neighbor.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |