CompositionShape.RotationAngle 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定弧度中圖形的旋轉角度。
public:
property float RotationAngle { float get(); void set(float value); };
float RotationAngle();
void RotationAngle(float value);
public float RotationAngle { get; set; }
var single = compositionShape.rotationAngle;
compositionShape.rotationAngle = single;
Public Property RotationAngle As Single
屬性值
Single
float
圖案的旋轉角度,以弧度為單位。