StartPoint Property (PathFigure)

Gets or sets the Point where the PathFigure begins.

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

Property Value

Point

The Point where the PathFigure begins.

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

PathFigure

See Also

Silverlight Geometries Overview
Path Markup Syntax
PathGeometry