Share via


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產生關聯。

適用於