SpreadMethod Enum
SpreadMethod enumeration
Specifies how the colors in a gradient are spread beyond its bounds.
public enum SpreadMethod
Values
Name | Value | Description |
---|---|---|
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. |
See Also
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG