Interface ISvgScriptElement
- Namespace
- SharpVectors.Dom.Svg
- Assembly
- SharpVectors.Core.dll
The ISvgScriptElement interface corresponds to the 'script' element.
public interface ISvgScriptElement : ISvgElement, IElement, IXmlElement, INode, IXmlNode, ISvgUriReference, ISvgExternalResourcesRequired
- Inherited Members
Remarks
A 'script' element is equivalent to the 'script' element in HTML and thus is the place for scripts.
Any functions defined within any 'script' element have a 'global' scope across the entire current document.
Properties
- CrossOrigin
Gets or sets a value corresponding to the attribute 'crossorigin' on the given 'script' element.
- Type
Gets or sets a value corresponding to the attribute 'type' on the given 'script' element.