SVGImageElementBuilder.AddStyle

SVGImageElementBuilder.AddStyle method

Adds a style configuration to the SVG ‘image’ element.

public SVGImageElementBuilder AddStyle(Action<SVGStyleElementBuilder> configure)
ParameterTypeDescription
configureAction`1A configuration action for the SVGStyleElementBuilder.

Return Value

The current instance of SVGImageElementBuilder for method chaining.

See Also