CompositionShape.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 = compositionShape.rotationAngleInDegrees;
compositionShape.rotationAngleInDegrees = single;
Public Property RotationAngleInDegrees As Single
屬性值
Single
float
圖形的旋轉角度,以度為單位。