Interface ISVGURIReference
Interface ISVGURIReference
Il nome: Aspose.Svg Assemblea: Aspose.SVG.dll (25.5.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.
[DOMObject]
[DOMNoInterfaceObject]
[ComVisible(true)]
public interface ISVGURIReference
Properties
Href
Corrisponde all’attribuzione di ‘xlink:href’ sul dato elemento.
[DOMName("href")]
SVGAnimatedString Href { get; }