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