Visual.RotationAngleInDegrees 属性

定义

视觉对象的旋转角度(以度为单位)。 可进行动画处理。

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

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

属性值

Single

float

视觉对象的旋转角度(以度为单位)。

注解

此属性可以进行动画处理。 调用 CompositionObject.StartAnimation 以将其与 CompositionAnimation 相关联。

适用于