SceneModelTransform.RotationAngleInDegrees Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit l’angle de rotation appliqué au nœud, en degrés.
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
Valeur de propriété
Single
float
Angle de rotation appliqué au nœud, en degrés.