Enum SpreadMethod
Enum SpreadMethod
Namespace: Aspose.Svg.Builder
Assembly: Aspose.SVG.dll (25.5.0)
Specifies how the colors in a gradient are spread beyond its bounds.
[ComVisible(true)]
public enum SpreadMethod
Fields
Pad = 0
The color of the last gradient stop is used to fill the rest of the gradient area.
Reflect = 1
The gradient is reflected (mirrored) outside its bounds.
Repeat = 2
The gradient is repeated outside its bounds.