SpreadMode enumeration
SpreadMode enumeration
Specifies how a texture or gradient is tiled when it is smaller than the area being filled.
The SpreadMode type exposes the following members:
Fields
| Field | Description |
|---|---|
| TILE | The texture or gradient is tiled. |
| TILE_FLIP_X | The texture or gradient is tiled and flipped horizontally. |
| TILE_FLIP_Y | The texture or gradient is tiled and flipped vertically. |
| TILE_FLIP_XY | The texture or gradient is tiled and flipped both horizontally and vertically. |
| CLAMP | The texture or gradient is clamped to the edge. |
See Also
- module
aspose.svg.drawing