Shape.RotationAngle

Shape.RotationAngle property

Gets and sets the rotation of the shape.

public double RotationAngle { get; set; }

Examples


[C#]
if(shape.RotationAngle == 45)
    shape.RotationAngle = 60;

See Also