TileFlip
Přehled
TileFlip je enum v Aspose.Slides FOSS pro C++.
Definije režim převrácení dlaždice.
Hodnoty
| Value | Description |
|---|---|
NOT_DEFINED | Represents an undefined or default flip state |
NO_FLIP | Represents no flipping applied to the tile |
FLIP_X | Represents a horizontal flip (mirroring across the X axis) |
FLIP_Y | Represents a vertical flip (mirroring across the Y axis) |
FLIP_BOTH | Represents flipping both horizontally and vertically |