Gets or sets the default style of diagram links.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight
C# 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.
Use this property to specify what kind of segments new links are composed of. The segments of a link could be Bezier curves or straight lines, and they can be restricted to be horizontal / vertical only.