共用方式為


ArcSegment.SweepDirection 屬性

定義

取得或設定值,這個值會指定弧形是以 順時針反時鐘 方向繪製。

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

屬性值

其中一個列舉值,指定繪製弧形的方向。 預設值為 Counterclockwise

適用於