Bagikan melalui


ArcSegment.SweepDirection Properti

Definisi

Mendapatkan atau menetapkan nilai yang menentukan apakah busur digambar ke arah SearahJajaran Jam atau Berlawanan Arah Jaga .

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

Nilai Properti

Salah satu nilai enumerasi yang menentukan arah di mana busur digambar. Defaultnya adalah Counterclockwise.

Berlaku untuk