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