TileFlip

Overview

TileFlip is a enum in Aspose.Slides FOSS for C++.

Defines tile flipping mode.

This enumeration defines 5 values: NOT_DEFINED, NO_FLIP, FLIP_X, FLIP_Y, FLIP_BOTH.

Values

ValueDescription
NOT_DEFINEDRepresents an undefined or default flip state
NO_FLIPRepresents no flipping applied
FLIP_XRepresents flipping horizontally (along the X axis)
FLIP_YRepresents flipping vertically (along the Y axis)
FLIP_BOTHRepresents flipping both horizontally and vertically

See Also