Search
DiagramLink.EndPoint Property
See Also
 






Gets or sets the last control point of a link.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Point EndPoint { get; set; }

Visual Basic  Copy Code

Public Property EndPoint As Point

 Property Value

A Point object.

 Remarks

This property is a shortcut for getting or setting the last element of ControlPoints.

 See Also