MindFusion.Wpf Pack Programmer's Guide
DiagramLink.Shape Property
See Also
 





Gets or sets the type of link segments and how they are positioned relatively to each other.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public LinkShape Shape { get; set; }

Visual Basic  Copy Code

Public Property Shape As LinkShape

 Property Value

A member of the LinkShape enumeration. Initialized with the value of LinkShape.

 Remarks

This 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 style. 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

DiagramLink Members
DiagramLink Class
MindFusion.Diagramming.Wpf Namespace
ControlPoints Property
AutoRoute Property