Partilhar via


CompositionShape.RotationAngleInDegrees Propriedade

Definição

Obtém ou define o ângulo de rotação da forma em graus.

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 da propriedade

Single

float

O ângulo de rotação da forma em graus.

Aplica-se a