Shape.RotationAngle
Shape.RotationAngle property
Gets and sets the rotation of the shape.
public double RotationAngle { get; set; }
Examples
[C#]
//Gets rotation angle of the shape.
double angle = shape.RotationAngle ;
//Gets rotation angle of the shape.
shape.RotationAngle = 60;
See Also
- class Shape
- namespace Aspose.Cells.Drawing
- assembly Aspose.Cells