SVGTextPathElementHref Property |
Corresponds to attribute ‘xlink:href’ on the given element.
Namespace: Aspose.Html.Dom.SvgAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 22.4
Syntaxpublic SVGAnimatedString Href { get; }
Public ReadOnly Property Href As SVGAnimatedString
Get
public:
virtual property SVGAnimatedString^ Href {
SVGAnimatedString^ get () sealed;
}
abstract Href : SVGAnimatedString with get
override Href : SVGAnimatedString with get
Property Value
Type:
SVGAnimatedStringThe ‘xlink:href’ of the given element.
Implements
ISVGURIReferenceHref
See Also