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

適用於