TileFlip

Overview

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

Defines tile flipping mode.

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