Aspose::Cells::Drawing::Shape::IsFlippedHorizontally method

Shape::IsFlippedHorizontally method

Gets and sets whether shape is horizontally flipped .

bool Aspose::Cells::Drawing::Shape::IsFlippedHorizontally()

Examples

if (shape.IsFlippedHorizontally() == false)
    shape.SetIsFlippedHorizontally(true);

See Also