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)
| Parameter | Type | Description | 
|---|---|---|
| value | String | The reference URL of the gradient. | 
Return Value
The current instance of SVGLinearGradientElementBuilder for method chaining.
See Also
- class SVGLinearGradientElementBuilder
 - namespace Aspose.Svg.Builder
 - assembly Aspose.SVG