Gets or sets the position of the last control point of this link.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public Point EndPoint { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property EndPoint As Point |
A System.Windows.Point instance specifying the position of the link's last control point.
RemarksThis property implements a shortcut to getting or setting the last member of ControlPoints.
See Also