Compartir a través de


CompositionShape.RotationAngleInDegrees Propiedad

Definición

Obtiene o establece el ángulo de rotación de la forma 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 = compositionShape.rotationAngleInDegrees;
compositionShape.rotationAngleInDegrees = single;
Public Property RotationAngleInDegrees As Single

Valor de propiedad

Single

float

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

Se aplica a