CompositeTransform.Rotation 属性

定义

获取或设置顺时针旋转的角度(以度为单位)。

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

void Rotation(double value);
public double Rotation { get; set; }
var double = compositeTransform.rotation;
compositeTransform.rotation = double;
Public Property Rotation As Double
<CompositeTransform Rotation="double"/>

属性值

Double

double

顺时针旋转的角度(以度为单位)。 默认值为 0。

适用于