EndPoint (LineGeometry)

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Gets or sets the endpoint of the line.

<object EndPoint="Point"  .../>
value = object.EndPoint
object.EndPoint = value

Property Value

Type: Point

The endpoint of the line.

This property is read/write. The default value is a point with value 0,0.

Managed Equivalent

EndPoint

Remarks

See the "Remarks" section in the Point reference topic for the scripting usages of this property.

Applies To

LineGeometry