Share via


CompositionShape.RotationAngleInDegrees 属性

定义

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

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

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

属性值

Single

float

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

适用于