次の方法で共有


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

プロパティ値

円弧を描画する方向を指定する列挙値の 1 つ。 既定値は 反時計回りです

適用対象