ISVGURIReference Interface
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.

Namespace: Aspose.Svg
Assembly: Aspose.SVG (in Aspose.SVG.dll) Version: 20.2
Syntax
public interface ISVGURIReference

The ISVGURIReference type exposes the following members.

Properties
  NameDescription
Public propertyHref
Corresponds to attribute ‘xlink:href’ on the given element.
See Also