PlaneProjection.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 = planeProjection.rotationZ;
planeProjection.rotationZ = double;
Public Property RotationZ As Double
<PlaneProjection RotationZ="double"/>

屬性值

Double

double

繞著旋轉 Z 軸旋轉物件的度數。 預設值是 0。

適用於