SVGStyleElementBuilder.Title
SVGStyleElementBuilder.Title method
Sets the ’title’ attribute of the SVG ‘style’ element. This attribute provides an advisory title for the style element, which can be useful for accessibility and tool-tip text.
public SVGStyleElementBuilder Title(string advisoryTitle)
Parameter | Type | Description |
---|---|---|
advisoryTitle | String | The advisory title text. |
Return Value
The SVGStyleElementBuilder instance for chaining.
See Also
- class SVGStyleElementBuilder
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG