SpreadMethod enumeration
SpreadMethod enumeration
Specifies how the colors in a gradient are spread beyond its bounds.
The SpreadMethod type exposes the following members:
Fields
Field | Description |
---|---|
PAD | The color of the last gradient stop is used to fill the rest of the gradient area. |
REFLECT | The gradient is reflected (mirrored) outside its bounds. |
REPEAT | The gradient is repeated outside its bounds. |
See Also
- module
aspose.svg.builder