StartPoint (PathFigure)

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

Gets or sets the Point where a PathFigure begins.

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

Property Value

Type: Point

The Point where the PathFigure begins.

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

PathFigure

See Also

Reference