Click or drag to resize
SweepDirection Enumeration
Specifies the direction in which an elliptical arc is drawn.

Namespace: Windows.UI.Xaml.Media
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public enum SweepDirection
Members
  Member nameValueDescription
Counterclockwise0 Arcs are drawn in a counterclockwise (negative-angle) direction.
Clockwise1 Arcs are drawn in a clockwise (positive-angle) direction.
See Also