ArcSegment.RotationAngle 属性

定义

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

public:
 property double RotationAngle { double get(); void set(double value); };
double RotationAngle();

void RotationAngle(double value);
public double RotationAngle { get; set; }
var double = arcSegment.rotationAngle;
arcSegment.rotationAngle = double;
Public Property RotationAngle As Double
<ArcSegment RotationAngle="double"/>

属性值

Double

double

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

适用于