Gets or sets the end point of this DiagramConnectionSegment. Note that this value is also used for the start point of the next segment to this one.

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 EndPoint { get; set; }
Visual Basic (Declaration)
Public Property EndPoint As Point

See Also