ArcSegment.RotationAngle 属性

定义

获取或设置椭圆在 x 轴上旋转的量(以度为单位)。

public:
 property double RotationAngle { double get(); void set(double value); };
public double RotationAngle { get; set; }
member this.RotationAngle : double with get, set
Public Property RotationAngle As Double

属性值

椭圆在 x 轴上旋转的量(以度为单位)。 默认值为 0。

注解

下图显示了多个椭圆弧,这些 RotationAngle 弧线与其设置不同。

具有不同 RotationAngle 设置 具有不同 RotationAngle 设置的多个 ArcSegment 对象

请注意,如果弧的宽度和高度相同,则设置此属性不起作用。

Dependency 属性信息

项目 价值
标识符字段 RotationAngleProperty
元数据属性设置为 true None

适用于