Gets or sets the type of link segments and how they are positioned one relatively to another.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public LinkShape Shape { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Shape As LinkShape |
RemarksThis property specifies whether the segments of a link are straight lines or curves. In case of straight lines, they can be set all horizontal and vertical, each segment orthogonal to its neighbor, by using the Cascading shape. Use the SegmentCount property to set the number of segments of the link.
The orientation of the first segment of a cascading link depends on the value of CascadeOrientation. If that property is set to Auto, users may change the cascade orientation interactively.
See Also