PlaneProjection.RotationX Eigenschaft

Definition

Ruft die Anzahl der Grad ab, die das Objekt um die x-Achse der Drehung drehen soll, oder legt diese fest.

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

void RotationX(double value);
public double RotationX { get; set; }
var double = planeProjection.rotationX;
planeProjection.rotationX = double;
Public Property RotationX As Double
<PlaneProjection RotationX="double"/>

Eigenschaftswert

Double

double

Die Anzahl der Grad, um die das Objekt um die x-Achse der Drehung gedreht werden soll. Die Standardeinstellung ist 0.

Gilt für: