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

NameDescription
SVGUseElementBuilder()The default constructor.

Properties

NameDescription
Configurations { get; }

Methods

NameDescription
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