SVGRadialGradientElementBuilder.Href

SVGRadialGradientElementBuilder.Href method

Sets the ‘href’ attribute of the SVG ‘radialGradient’ element, specifying a reference to another gradient.

public SVGRadialGradientElementBuilder Href(string value)
ParameterTypeDescription
valueStringThe reference URL of the gradient.

Return Value

The current instance of SVGRadialGradientElementBuilder for method chaining.

See Also