Gets or sets the default value of the Shape property of new links.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
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.
RemarksUse 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.
See Also