RotateTransform.Angle 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定順時針旋轉的角度 (以度為單位)。
public:
property double Angle { double get(); void set(double value); };
double Angle();
void Angle(double value);
public double Angle { get; set; }
var double = rotateTransform.angle;
rotateTransform.angle = double;
Public Property Angle As Double
<RotateTransform Angle="double"/>
屬性值
Double
double
順時針旋轉的角度 (以度為單位)。 預設值是 0。