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