EndPoint Property (LineGeometry)

Gets or sets the endpoint of the line.

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

Property Value

Point

The endpoint of the line.

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

Remarks

See remarks in Point for scripting usages of this property.

Applies To

LineGeometry

See Also

Silverlight Geometries Overview