ArcSegment.SweepDirection 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置一个值,该值指定是按 顺时针 方向绘制弧线还是 逆时针 方向绘制。
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"/>
属性值
指定绘制弧线的方向的枚举值之一。 默认值为 逆时针。