Visual.RotationAngleInDegrees 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
視覺的旋轉角度以度數為單位。 可被模仿。
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。