ArcSegment.SweepDirection Property

Definition

Gets or sets a value that specifies whether the arc is drawn in the Clockwise or Counterclockwise direction.

public:
 property SweepDirection SweepDirection { SweepDirection get(); void set(SweepDirection value); };
SweepDirection SweepDirection();

void SweepDirection(SweepDirection value);
public SweepDirection SweepDirection { get; set; }
var sweepDirection = arcSegment.sweepDirection;
arcSegment.sweepDirection = sweepDirection;
Public Property SweepDirection As SweepDirection
<ArcSegment SweepDirection="Clockwise"/>
-or-
<ArcSegment SweepDirection="Counterclockwise"/>

Property Value

One of the enumeration values that specifies the direction in which the arc is drawn. The default is Counterclockwise.

Applies to