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)
ParameterTypeDescription
advisoryTitleStringThe advisory title text.

Return Value

The SVGStyleElementBuilder instance for chaining.

See Also