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
C# Copy Code |
---|
public LinkShape Shape { get; set; } |
Visual Basic Copy Code |
---|
Public Property Shape As LinkShape |
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.
WpfDiagram Programmer's Guide | © 2024 MindFusion |