Search
Diagram.LinkShape Property
See Also
 





Gets or sets the default value of the Shape property of new links.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public LinkShape LinkShape { get; set; }

Visual Basic  Copy Code

Public Property LinkShape As LinkShape

 Property Value

A member of the LinkShape enumeration. The default value is Polyline.

 Remarks

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.

 See Also