Interface ISVGURIReference

Interface ISVGURIReference

Nombre del espacio: Aspose.Html.Dom.Svg Colección: Aspose.HTML.dll (25.4.0)

Interface SVGURIReference define una interfaz que se aplica a todos los elementos que tienen la colección de atributos XLink, como ‘xlink:href’, que define un URI referencia.

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

Properties

Href

Corresponde a atribuir ‘xlink:href’ en el elemento dado.

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

Valor de la propiedad

SVGAnimatedString

 Español