SVGUseElementBuilder.Href
SVGUseElementBuilder.Href method
Sets the href attribute of the use element, specifying the URL of the element to be reused.
public SVGUseElementBuilder Href(string value)
Parameter | Type | Description |
---|---|---|
value | String | The URL of the element to reference and reuse. |
Return Value
The current SVGUseElementBuilder instance.
See Also
- class SVGUseElementBuilder
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG