次の方法で共有


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 つ。 既定値は 反時計回りです

適用対象