Gets or sets the first control point of a link.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public Point StartPoint { get; set; } |
Visual Basic Copy Code |
---|
Public Property StartPoint As Point |
A Point object.
This property is a shortcut for getting or setting ControlPoints[0].
Diagramming for .NET MAUI Guide | © 2024 MindFusion |