SVGAElementBuilder.Rel

SVGAElementBuilder.Rel method

Sets the ‘rel’ attribute of the SVG ‘a’ element, specifying the relationship of the target object to the link object.

public SVGAElementBuilder Rel(string value)
ParameterTypeDescription
valueStringThe relationship type.

Return Value

The current instance of SVGAElementBuilder for method chaining.

See Also