SVGUseElementBuilder Class
SVGUseElementBuilder class
Builder class for creating an SVGUseElement, which is used to reuse an existing SVG element by referencing it.
public class SVGUseElementBuilder : SVGElementBuilder<SVGUseElement>, IAnimationElementBuilder,
ICompositeAttributeSetter, IDescriptiveElementBuilder, IRectAttributeSetter
Constructors
Properties
Methods
Name | Description |
---|
Attribute(string, string) | |
virtual Build(Document) | |
virtual Build(SVGUseElement) | |
BuildElement(Document) | |
Href(string) | Sets the href attribute of the use element, specifying the URL of the element to be reused. |
See Also