ArcSegment.SweepDirection Proprietà

Definizione

Ottiene o imposta un valore che specifica se l'arco viene disegnato in senso orario o in senso antiorario .

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"/>

Valore della proprietà

Uno dei valori di enumerazione che specifica la direzione in cui viene disegnato l'arco. Il valore predefinito è Counterclockwise.

Si applica a