4.15 ArcSegment

x:Object > DependencyObject > Freezable > Animatable > PathSegment > ArcSegment
ArcSegment
(usage)
<ArcSegment />
(description)
Represents an elliptical arc between two points.
(properties)
IsLargeArc
x:Boolean
(description)
A value that indicates whether the arc should be greater than 180 degrees.
Point
Point
(description)
The endpoint of the elliptical arc.
RotationAngle
x:Double
(description)
The amount (in degrees) by which the ellipse is rotated about the x-axis.
Size
Size
(description)
The x- and y-radius of the arc as a Size structure.
SweepDirection
SweepDirection
(description)
A value that specifies whether the arc is drawn in the Clockwise or Counterclockwise direction.