SVGStopElementBuilder.AddStyle

SVGStopElementBuilder.AddStyle method

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

public SVGStopElementBuilder AddStyle(Action<SVGStyleElementBuilder> configure)
ParameterTypeDescription
configureAction`1A delegate to configure the SVGStyleElementBuilder.

Return Value

The current instance of SVGStopElementBuilder for method chaining.

See Also