共用方式為


CompositeTransform3D.RotationZ 屬性

定義

取得或設定以逆時針方向繞 Z 軸旋轉的角度。

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

void RotationZ(double value);
public double RotationZ { get; set; }
var double = compositeTransform3D.rotationZ;
compositeTransform3D.rotationZ = double;
Public Property RotationZ As Double

屬性值

Double

double

繞 Z 軸旋轉的角度,以逆時針方向以度為單位。 預設值為 0 度。

適用於