Gets or sets the end point of the previous DiagramConnectionSegment to this one. If this DiagramConnectionSegment does not have a previous segment, then the start point of this DiagramConnectionSegment is its end point.

Namespace:  Mindscape.WpfDiagramming.Foundation
Assembly:  Mindscape.WpfDiagramming.Foundation (in Mindscape.WpfDiagramming.Foundation.dll)
Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public Point StartPoint { get; set; }
Visual Basic (Declaration)
Public Property StartPoint As Point

See Also