StartPoint Property (LineGeometry)

Gets or sets the start point of the line.

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

Property Value

Point

The starting point of the line geometry.

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