Gets or sets the position of the first control point of this link.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public Point StartPoint { get; set; } |
Visual Basic Copy Code |
---|
Public Property StartPoint As Point |
A System.Windows.Point instance specifying the position of the link's first control point.
This property implements a shortcut to getting or setting the first member of ControlPoints.
WpfDiagram Programmer's Guide | © 2024 MindFusion |