SVGAnimateElementBuilder Class

SVGAnimateElementBuilder class

Builder class for constructing an SVG ‘animate’ element, which is used for creating animations within SVG graphics. It enables the building of content within the ‘animate’ element and provides methods to set various attributes specific to the ‘animate’ element in SVG.

public class SVGAnimateElementBuilder : SVGElementBuilder<SVGAnimateElement>, 
    IAnimationAdditionAttributeSetter, IAnimationEventAttributeSetter, 
    IAnimationTargetAttributeSetter, IAnimationTargetElementAttributeSetter, 
    IAnimationTimingAttributeSetter, IAnimationValueAttributeSetter, 
    IConditionalProcessingAttributeSetter, ICoreAttributeSetter, IDescriptiveElementBuilder, 
    IDocumentElementEventAttributeSetter, IGlobalEventAttributeSetter, IPresentationAttributeSetter

Constructors

NameDescription
SVGAnimateElementBuilder()The default constructor.

Properties

NameDescription
Configurations { get; }

Methods

NameDescription
Attribute(string, string)
virtual Build(Document)
virtual Build(SVGAnimateElement)
BuildElement(Document)

See Also