Point (ArcSegment)

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

Gets or sets the endpoint of an elliptical arc.

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

Property Value

Type: Point

The point to which the arc is drawn.

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

Managed Equivalent

Point

Remarks

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

An ArcSegment defines only the destination point of the arc that it represents. The beginning point of the arc is the current point of the PathFigure to which the ArcSegment is added.

If the arc segment's start point and endpoint are the same, no arc is drawn.

Applies To

ArcSegment