Compartir a través de


CompositionShape.RotationAngle Propiedad

Definición

Obtiene o establece el ángulo de rotación de la forma en radianes.

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

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

Valor de propiedad

Single

float

Ángulo de rotación de la forma en radianes.

Se aplica a