SVGStyleElementBuilder.Build

SVGStyleElementBuilder.Build method

Builds the SVG style element with the accumulated CSS rules and adds it to the specified document.

public override SVGStyleElement Build(Document document)
ParameterTypeDescription
documentDocumentThe document to which the style element will be added.

Return Value

The constructed SVGStyleElement.

See Also