Gets or sets the end point of the edge.

Namespace:  ceometric.VectorGeometry
Assembly:  ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.8.0.0 (1.8.0.0)

Syntax

C#
public Point EndPoint { get; set; }
Visual Basic (Declaration)
Public Property EndPoint As Point
Visual C++
public:
property Point^ EndPoint {
	Point^ get ();
	void set (Point^ value);
}

Field Value

The end point of the edge.

See Also