Gets or sets the position of the first control point of this link.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
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.
RemarksThis property implements a shortcut to getting or setting the first member of ControlPoints.
See Also