MindFusion.Wpf Pack Programmer's Guide
DiagramLink.StartPoint Property
See Also
 





Gets or sets the position of the first control point of this link.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public Point StartPoint { get; set; }

Visual Basic  Copy Code

Public Property StartPoint As Point

 Property Value

A System.Windows.Point instance specifying the position of the link's first control point.

 Remarks

This property implements a shortcut to getting or setting the first member of ControlPoints.

 See Also

DiagramLink Members
DiagramLink Class
MindFusion.Diagramming.Wpf Namespace