CompositeTransform3D.RotationY 屬性

定義

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

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

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

屬性值

Double

double

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

適用於