ArcSegment

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

Represents an elliptical arc between two points.

<ArcSegment .../>

Managed Equivalent

ArcSegment

Remarks

An ArcSegment defines an arc around a point and a sized ellipse. These aspects are defined by the Point and Size properties. Also, you can rotate the ArcSegment around the y-axis by using the RotationAngle and SweepDirection properties.

For more information on basic concepts, see Geometries. Note that the Geometries topic is written primarily for users of the managed API, and may not have code examples or specific information that address the JavaScript API scenarios.

See Also

Reference