SVGBuilderExtensions.AddTitle
SVGBuilderExtensions.AddTitle<TBuilder> method
Adds a ’title’ element configuration to the builder. The ’title’ element is used to provide a title for SVG content.
public static TBuilder AddTitle<TBuilder>(this TBuilder builder,
Action<SVGTitleElementBuilder> configure)
where TBuilder : ISVGElementBuilder, IDescriptiveElementBuilder
Parameter | Description |
---|---|
TBuilder | The type of the SVG element builder. |
builder | The builder instance. |
configure | The configuration action for the ’title’ element. |
Return Value
The builder instance for chaining.
See Also
- class SVGTitleElementBuilder
- interface ISVGElementBuilder
- interface IDescriptiveElementBuilder
- class SVGBuilderExtensions
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG