Aspose::Cells::Drawing::Shape::IsFlippedHorizontally method
Shape::IsFlippedHorizontally method
Gets and sets whether shape is horizontally flipped .
bool Aspose::Cells::Drawing::Shape::IsFlippedHorizontally()
Examples
if (shape.IsFlippedHorizontally() == false)
shape.SetIsFlippedHorizontally(true);
See Also
- Class Vector
- Class Shape
- Namespace Aspose::Cells::Drawing
- Library Aspose.Cells for C++