[SVGDefsElementBuilder class Builder class for constructing an SVG ‘defs’ element, which is used to define reusable elements. It enables the building of content within the ‘defs’ element and provides methods to set various attributes specific to the ‘defs’ element in SVG. public class SVGDefsElementBuilder : SVGElementBuilder<SVGDefsElement>, ICompositeElementBuilder, ICoreAttributeSetter, IDocumentElementEventAttributeSetter, IGlobalEventAttributeSetter, IGraphicalEventAttributeSetter, IPresentationAttributeSetter Constructors Name Description SVGDefsElementBuilder() The default constructor. Properties Name Description Configurations { get; } Methods Name Description Attribute(string, string) virtual Build(Document) virtual Build(SVGDefsElement) BuildElement(Document) See Also class SVGElementBuilder<T> class SVGDefsElement interface ICompositeElementBuilder interface ICoreAttributeSetter interface IDocumentElementEventAttributeSetter interface IGlobalEventAttributeSetter interface IGraphicalEventAttributeSetter interface IPresentationAttributeSetter namespace Aspose.Svg.Builder assembly Aspose.SVG]