SVGBuilderExtensions.AddSet
SVGBuilderExtensions.AddSet<TBuilder> method
Adds a ‘set’ element configuration to the builder.
public static TBuilder AddSet<TBuilder>(this TBuilder builder,
Action<SVGSetElementBuilder> configure)
where TBuilder : ISVGElementBuilder, IBaseAnimationElementBuilder
Parameter | Description |
---|---|
TBuilder | The type of the SVG element builder. |
builder | The builder instance. |
configure | The configuration action for the ‘set’ element. |
Return Value
The builder instance for chaining.
See Also
- class SVGSetElementBuilder
- interface ISVGElementBuilder
- interface IBaseAnimationElementBuilder
- class SVGBuilderExtensions
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG