RepeatStyle enumeration
RepeatStyle enumeration
Specifies the repeat style for background images or patterns in SVG.
The RepeatStyle type exposes the following members:
Fields
| Field | Description |
|---|---|
| REPEAT_X | The image or pattern is repeated horizontally only. |
| REPEAT_Y | The image or pattern is repeated vertically only. |
| REPEAT | The image or pattern is repeated both horizontally and vertically. |
| SPACE | The image or pattern is repeated as much as possible without clipping, and the remaining space is distributed evenly between the images. |
| ROUND | The image or pattern is scaled so that it fits and is repeated without clipping, maintaining its aspect ratio. |
| NO_REPEAT | The image or pattern is not repeated, and only one copy of the image will be drawn. |
See Also
- module
aspose.svg.builder