DiagramLite Programmer's Guide
DiagramLink.Shape Property
See Also
 





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

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

 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.

 Remarks

This property specifies whether the segments of a link are straight lines or curves.

 See Also

DiagramLink Members
DiagramLink Class
MindFusion.Diagramming Namespace