DiagramLite Programmer's Guide
Diagram.LinkShape Property
See Also
 





Gets or sets the default style of diagram links.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight

 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. The segments of a link could be Bezier curves or straight lines, and they can be restricted to be horizontal / vertical only.

 See Also

Diagram Members
Diagram Class
MindFusion.Diagramming Namespace