共用方式為


CompositeTransform3D.RotationX 屬性

定義

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

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

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

屬性值

Double

double

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

適用於