CompositionShape.RotationAngle Property

Definition

Gets or sets the rotation angle of the shape in radians.

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

Property Value

Single

float

The rotation angle of the shape in radians.

Applies to