Enum RepeatStyle
Enum RepeatStyle
Namespace: Aspose.Svg.Builder
Assembly: Aspose.SVG.dll (25.5.0)
Specifies the repeat style for background images or patterns in SVG.
[ComVisible(true)]
public enum RepeatStyle
Fields
NoRepeat = 5
The image or pattern is not repeated, and only one copy of the image will be drawn.
Repeat = 2
The image or pattern is repeated both horizontally and vertically.
RepeatX = 0
The image or pattern is repeated horizontally only.
RepeatY = 1
The image or pattern is repeated vertically only.
Round = 4
The image or pattern is scaled so that it fits and is repeated without clipping, maintaining its aspect ratio.
Space = 3
The image or pattern is repeated as much as possible without clipping, and the remaining space is distributed evenly between the images.