DiagramLite Programmer's Guide
DiagramLinkState.ControlPoints Property
See Also
 





Gets or sets a collection of the control points of this link.

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

 Syntax

C#  Copy Code

public List<Point> ControlPoints { get; set; }

Visual Basic  Copy Code

Public Property ControlPoints As List(Of Point)

 Property Value

 Remarks

You can specify new positions of a link's points through that property. The number of points in the collection depends on the Shape and SegmentCount of the link. Links made of Bézier-splines has four control points for each segment. Links of the other styles have two control points per segment. Adjacent segments share a common control point.

 See Also

DiagramLinkState Members
DiagramLinkState Class
MindFusion.Diagramming Namespace