TileFlip
Overview
TileFlip is a enum in Aspose.Slides FOSS for C++.
Defines tile flipping mode.
Values
| Value | Description |
|---|---|
NOT_DEFINED | Represents an undefined or default flip state |
NO_FLIP | Represents no flipping applied |
FLIP_X | Represents flipping horizontally (along the X axis) |
FLIP_Y | Represents flipping vertically (along the Y axis) |
FLIP_BOTH | Represents flipping both horizontally and vertically |