ArcSegment.RotationAngle 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置椭圆围绕 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。