Gets or sets the position of the last control point of this link.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# 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.
This property implements a shortcut to getting or setting the last member of ControlPoints.
WpfDiagram Programmer's Guide | © 2024 MindFusion |