Visual.RotationAngle Propiedad

Definición

Ángulo de rotación en radianes del objeto visual. Animable.

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

void RotationAngle(float value);
public float RotationAngle { get; set; }
var single = visual.rotationAngle;
visual.rotationAngle = single;
Public Property RotationAngle As Single

Valor de propiedad

Single

float

Ángulo de rotación en radianes del objeto visual.

Comentarios

Para usar grados en lugar de radianes, use RotationAngleInDegrees.

El objeto visual admite dos formas de rotación, por ángulo de eje y por orientación.

Esta propiedad se puede animar. Llame a CompositionObject.StartAnimation para asociarlo a compositionAnimation.

Se aplica a