Interface ISVGURIReference

Interface ISVGURIReference

Il nome: Aspose.Html.Dom.Svg Assemblaggio: Aspose.HTML.dll (25.4.0)

L’interfaccia SVGURIReference definisce un’interfaccia che si applica a tutti gli elementi che hanno la raccolta di attributi XLink, come ‘xlink:href’, che definisce un riferimento URI.

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

Properties

Href

Corrisponde all’attribuzione di ‘xlink:href’ sul dato elemento.

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

Valore di proprietà

SVGAnimatedString

 Italiano