SceneModelTransform.RotationAngleInDegrees Propiedad

Definición

Obtiene o establece el ángulo de rotación aplicado al nodo, en grados.

public:
 property float RotationAngleInDegrees { float get(); void set(float value); };
float RotationAngleInDegrees();

void RotationAngleInDegrees(float value);
public float RotationAngleInDegrees { get; set; }
var single = sceneModelTransform.rotationAngleInDegrees;
sceneModelTransform.rotationAngleInDegrees = single;
Public Property RotationAngleInDegrees As Single

Valor de propiedad

Single

float

Ángulo de rotación aplicado al nodo, en grados.

Se aplica a