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