href method
href
Sets the ‘href’ attribute of the SVG ’linearGradient’ element, specifying a reference to another gradient.
Returns
The current instance of SVGLinearGradientElementBuilder for method chaining.
def href(self, value):
...
Parameter | Type | Description |
---|---|---|
value | str | The reference URL of the gradient. |
See Also
- module
aspose.svg.builder
- class
SVGLinearGradientElementBuilder