SVGPatternElementBuilder.Href

SVGPatternElementBuilder.Href method

Sets the ‘href’ attribute of the SVG ‘pattern’ element, specifying a reference to another pattern which this pattern inherits attributes from.

public SVGPatternElementBuilder Href(string value)
ParameterTypeDescription
valueStringThe reference to another pattern.

Return Value

The current instance of SVGPatternElementBuilder for method chaining.

See Also