SVGBuilderExtensions.OnProgress

SVGBuilderExtensions.OnProgress<TBuilder> method

Sets the ‘onprogress’ event attribute for handling events to indicate the progress of an ongoing process.

public static TBuilder OnProgress<TBuilder>(this TBuilder builder, string value)
    where TBuilder : ISVGElementBuilder, IGlobalEventAttributeSetter
ParameterDescription
TBuilderThe type of the SVG element builder.
builderThe SVG element builder.
valueThe JavaScript function or script to execute to indicate the progress of an ongoing process.

Return Value

The builder instance for chaining.

See Also