SVGFEDropShadowElementBuilder.AddScript

SVGFEDropShadowElementBuilder.AddScript method

Adds a script configuration to the feDropShadow element.

public SVGFEDropShadowElementBuilder AddScript(Action<SVGScriptElementBuilder> configure)
ParameterTypeDescription
configureAction`1The script configuration action.

Return Value

The current builder instance.

See Also