href method
href
Sets the ‘href’ attribute of the SVG ‘pattern’ element, specifying a reference to another pattern which this pattern inherits attributes from.
Returns
The current instance of SVGPatternElementBuilder for method chaining.
def href(self, value):
...
Parameter | Type | Description |
---|---|---|
value | str | The reference to another pattern. |
See Also
- module
aspose.svg.builder
- class
SVGPatternElementBuilder