SpreadMode Enum
SpreadMode enumeration
Specifies how a texture or gradient is tiled when it is smaller than the area being filled.
public enum SpreadMode
Values
| Name | Value | Description | 
|---|---|---|
| Tile | 0 | The texture or gradient is tiled. | 
| TileFlipX | 1 | The texture or gradient is tiled and flipped horizontally. | 
| TileFlipY | 2 | The texture or gradient is tiled and flipped vertically. | 
| TileFlipXY | 3 | The texture or gradient is tiled and flipped both horizontally and vertically. | 
| Clamp | 4 | The texture or gradient is clamped to the edge. | 
See Also
- namespace Aspose.Html.Drawing
 - assembly Aspose.HTML