SVGSetElementBuilder Class
Contents
[
Hide
]SVGSetElementBuilder class
Builder class for constructing an SVG ‘set’ element. The ‘set’ element is used to define a simple animation where a single attribute value changes over a period of time. This class provides methods to set various attributes specific to the ‘set’ element, such as the target attribute and the value to set.
public class SVGSetElementBuilder : SVGElementBuilder<SVGSetElement>,
IAnimationEventAttributeSetter, IAnimationTargetAttributeSetter,
IAnimationTargetElementAttributeSetter, IAnimationTimingAttributeSetter,
IConditionalProcessingAttributeSetter, ICoreAttributeSetter, IDescriptiveElementBuilder,
IDocumentElementEventAttributeSetter, IGlobalEventAttributeSetter
Constructors
Name | Description |
---|---|
SVGSetElementBuilder() | The default constructor. |
Properties
Name | Description |
---|---|
Configurations { get; } |
Methods
Name | Description |
---|---|
Attribute(string, string) | |
virtual Build(Document) | |
virtual Build(SVGSetElement) | |
BuildElement(Document) | |
To(string) | Sets the ’to’ attribute of the SVG ‘set’ element, specifying the final value of the attribute that will be changed during the animation. |
See Also
- class SVGElementBuilder<T>
- class SVGSetElement
- interface IAnimationEventAttributeSetter
- interface IAnimationTargetAttributeSetter
- interface IAnimationTargetElementAttributeSetter
- interface IAnimationTimingAttributeSetter
- interface IConditionalProcessingAttributeSetter
- interface ICoreAttributeSetter
- interface IDescriptiveElementBuilder
- interface IDocumentElementEventAttributeSetter
- interface IGlobalEventAttributeSetter
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG