Share via


Line.EndPoint Property

Line.EndPoint Property

Gets or sets the ending point of the Line.

Definition

Visual Basic .NET Public Property EndPoint As Point
C# public Point EndPoint { get; set; }
Managed C++ public: __property Point* get_EndPoint();
public: __property void set_EndPoint(Point*);

Property Value

System.Drawing.Point. The ending point of the line segment.

This property is read/write. This property has no default value.

See Also