Interface ISVGURIReference

Interface ISVGURIReference

Namespace: Aspose.Svg
Assembly: Aspose.SVG.dll (25.5.0)

Interface SVGURIReference defines an interface which applies to all elements which have the collection of XLink attributes, such as ‘xlink:href’, which define a URI reference.

[DOMObject]
[DOMNoInterfaceObject]
[ComVisible(true)]
public interface ISVGURIReference

Properties

Href

Corresponds to attribute ‘xlink:href’ on the given element.

[DOMName("href")]
SVGAnimatedString Href { get; }

Property Value

SVGAnimatedString

 English