Interface ISVGURIReference
Interface ISVGURIReference
Nome do espaço: Aspose.Svg Assembleia: Aspose.SVG.dll (25.5.0)
A interface SVGURIReference define uma interface que se aplica a todos os elementos que têm a coleção de atributos XLink, como ‘xlink:href’, que define uma referência URI.
[DOMObject]
[DOMNoInterfaceObject]
[ComVisible(true)]
public interface ISVGURIReference
Properties
Href
Corresponde a atribuição de ‘xlink:href’ no dado elemento.
[DOMName("href")]
SVGAnimatedString Href { get; }