SweepDirection Enumeration

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

Defines the direction in which an elliptical arc is drawn.

<object property="EnumerationValue"  .../>
value = "EnumerationValue"

Enumeration Values

Value

Description

Clockwise

Arcs are drawn in a clockwise (positive angle) direction.

CounterClockwise

Arcs are drawn in a counter-clockwise (negative angle) direction.

Managed Equivalent

SweepDirection

Applies To

SweepDirection

See Also

Reference