GridShapeDraw.RotationAngle
GridShapeDraw.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
- class GridShapeDraw
- namespace Aspose.Cells.GridDesktop.Data
- assembly Aspose.Cells.GridDesktop