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

属性值

指定绘制弧线的方向的枚举值之一。 默认值为 逆时针

适用于