Enum SweepDirection
Specifies the direction in which an elliptical arc is drawn.
Namespace: System.Windows.Media
Assembly: OpenSilver.dll
Syntax
public enum SweepDirection
Fields
Name | Description |
---|---|
Clockwise | Arcs are drawn in a clockwise (positive-angle) direction. |
Counterclockwise | Arcs are drawn in a counterclockwise (negative-angle) direction. |