SweepDirection
Enum
Specifies whether an arc is drawn in a clockwise or counterclockwise direction.
Definition
Namespace:Telerik.Windows.Documents.Fixed.Model.Graphics
Assembly:Telerik.Windows.Documents.Core.dll
Syntax:
C#
public enum SweepDirection
Fields
Draw the arc clockwise.
C#
Clockwise = 0
Draw the arc counterclockwise.
C#
Counterclockwise = 1