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
Name | Description |
---|---|
SVGUseElementBuilder() | The default constructor. |
Properties
Name | Description |
---|---|
Configurations { get; } |
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
- class SVGElementBuilder<T>
- class SVGUseElement
- interface IAnimationElementBuilder
- interface ICompositeAttributeSetter
- interface IDescriptiveElementBuilder
- interface IRectAttributeSetter
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG