Partage via


CompositionShape.RotationAngleInDegrees Propriété

Définition

Obtient ou définit l’angle de rotation de la forme 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 = compositionShape.rotationAngleInDegrees;
compositionShape.rotationAngleInDegrees = single;
Public Property RotationAngleInDegrees As Single

Valeur de propriété

Single

float

Angle de rotation de la forme en degrés.

S’applique à