ArcSegment.SweepDirection 属性

定义

获取或设置一个值,该值指定是以 Clockwise 方向还是以 Counterclockwise 方向绘制弧。

public:
 property System::Windows::Media::SweepDirection SweepDirection { System::Windows::Media::SweepDirection get(); void set(System::Windows::Media::SweepDirection value); };
public System.Windows.Media.SweepDirection SweepDirection { get; set; }
member this.SweepDirection : System.Windows.Media.SweepDirection with get, set
Public Property SweepDirection As SweepDirection

属性值

SweepDirection

一个指定弧的绘制方向的值。 默认值是 Counterclockwise

注解

ArcSegment对于具有给定Size的弧度、RotationAngle起点和终点Point,可以采用四种不同的弧线。 指定 IsLargeArc 该属性可将可能的弧线数减少到两个:从起点到终点 Point 绘制的弧线, Clockwise 从起点到方向的 Counterclockwise 终点绘制的弧线。

下图显示了两个椭圆弧,这些椭圆弧是相同的,但设置 SweepDirection 除外。

具有不同 SweepDirection 设置的 ArcSegment
具有不同 SweepDirection 设置的 ArcSegment 对象

依赖项属性信息

标识符字段 SweepDirectionProperty
元数据属性设置为 true

适用于