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

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

Windows 要求

设备系列
Windows 10 (在 10.0.10586.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v2.0 中引入)

注解

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

适用于