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
| 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 |