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