Search
DiagramLink.StartPoint Property
See Also
 





Gets or sets the first control point of a link.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public PointF StartPoint { get; set; }

Visual Basic  Copy Code

Public Property StartPoint As PointF

 Property Value

A .NET PointF object.

 Remarks

This property is a shortcut for getting or setting ControlPoints[0].

 See Also