Key
M11
M12
M21
M22
Tag
Uri
X1
X2
Y1
Y2
Expand Minimize
This topic has not yet been rated - Rate this topic

SweepDirection

Silverlight

Gets or sets a value that specifies whether an arc is drawn in the clockwise or counter-clockwise direction.

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

Type: SweepDirection Enumeration

A value that of the enumeration that specifies the direction in which the arc is drawn.

This property is read/write. The default value is Counterclockwise.

For an ArcSegment with a specified Size, RotationAngle, start point, and end Point, four different arcs are possible. Specifying the IsLargeArc property reduces the number of possible arcs to two: an arc drawn from the start point to the end Point in a Clockwise direction and an arc drawn from the start point to the end point in a Counterclockwise direction.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.