ArcSegment Object

Represents an elliptical arc between two points.

XAML
<ArcSegment .../>
Scripting
To create an object using scripting, see the CreateFromXAML method.

Properties

IsLargeArc, Name, Point, RotationAngle, Size, SweepDirection

Methods

Equals, FindName, GetHost, GetValue, SetValue

Remarks

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

See Also

Silverlight Geometries Overview
PathFigure
PathSegment