StartPoint (LineGeometry)

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

Gets or sets the start point of a line.

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

Property Value

Type: Point

The starting point of the line geometry.

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

Managed Equivalent

StartPoint

Remarks

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

Applies To

LineGeometry