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