共用方式為


RotateTransform.Angle 屬性

定義

取得或設定順時針旋轉的角度 (以度為單位)。

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。

適用於