SVGLinearGradientElementBuilder.Href

SVGLinearGradientElementBuilder.Href method

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

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

Return Value

The current instance of SVGLinearGradientElementBuilder for method chaining.

See Also