RepeatStyle Enum
RepeatStyle enumeration
Specifies the repeat style for background images or patterns in SVG.
public enum RepeatStyle
Values
Name | Value | Description |
---|---|---|
RepeatX | 0 | The image or pattern is repeated horizontally only. |
RepeatY | 1 | The image or pattern is repeated vertically only. |
Repeat | 2 | The image or pattern is repeated both horizontally and vertically. |
Space | 3 | The image or pattern is repeated as much as possible without clipping, and the remaining space is distributed evenly between the images. |
Round | 4 | The image or pattern is scaled so that it fits and is repeated without clipping, maintaining its aspect ratio. |
NoRepeat | 5 | The image or pattern is not repeated, and only one copy of the image will be drawn. |
See Also
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG