Share via


CompositionShape.RotationAngleInDegrees Eigenschaft

Definition

Ruft den Drehwinkel der Form in Grad ab oder legt diesen fest.

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

Eigenschaftswert

Single

float

Der Drehwinkel der Form in Grad.

Gilt für: