r method
r
Sets the ‘r’ attribute of the SVG ‘radialGradient’ element, specifying the radius of the gradient.
Returns
The current instance of SVGRadialGradientElementBuilder for method chaining.
def r(self, value, type):
...
Parameter | Type | Description |
---|---|---|
value | float | The radius of the gradient. |
type | LengthType | The unit of measurement for the radius (default is pixels). |
See Also
- module
aspose.svg.builder
- class
SVGRadialGradientElementBuilder