共用方式為


CompositeTransform.Rotation 屬性

定義

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

public:
 property double Rotation { double get(); void set(double value); };
double Rotation();

void Rotation(double value);
public double Rotation { get; set; }
var double = compositeTransform.rotation;
compositeTransform.rotation = double;
Public Property Rotation As Double
<CompositeTransform Rotation="double"/>

屬性值

Double

double

順時針旋轉的角度 (以度為單位)。 預設值是 0。

適用於