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