Interface ISVGURIReference

Interface ISVGURIReference

Nombre del espacio: Aspose.Svg Asamblea: Aspose.SVG.dll (25.5.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.

[DOMObject]
[DOMNoInterfaceObject]
[ComVisible(true)]
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