Share via


CompositionShape.RotationAngle 属性

定义

获取或设置形状的旋转角度(以弧度为单位)。

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

void RotationAngle(float value);
public float RotationAngle { get; set; }
var single = compositionShape.rotationAngle;
compositionShape.rotationAngle = single;
Public Property RotationAngle As Single

属性值

Single

float

形状的旋转角度(以弧度为单位)。

适用于