Aspose::Cells::Drawing::Texts::ShapeTextAlignment::GetRotationAngle method

ShapeTextAlignment::GetRotationAngle method

Gets and sets the rotation of the shape.

double Aspose::Cells::Drawing::Texts::ShapeTextAlignment::GetRotationAngle()

Examples

if (shapeTextAlignment.GetRotationAngle() == 0)
{
    shapeTextAlignment.SetRotationAngle(90);
}

See Also