Class SVGScriptElement
- Namespace
- CSharpToJavaScript.APIs.JS
- Assembly
- CSharpToJavaScript.dll
The SVGScriptElement interface corresponds to the SVG script element.
[Value("SVGScriptElement")]
public class SVGScriptElement : SVGElement, ElementCSSInlineStyle, GlobalEventHandlers, SVGElementInstance, HTMLOrSVGElement, SVGURIReference
- Inheritance
-
SVGScriptElement
- Implements
- Inherited Members
Remarks
Constructors
SVGScriptElement()
public SVGScriptElement()
Properties
CrossOrigin
[Value("crossOrigin")]
public string? CrossOrigin { get; set; }
Property Value
Type
The type read-only property of the SVGScriptElement interface reflects the {{SVGAttr("type")}} attribute of the given {{SVGElement("script")}} element.
[Value("type")]
public string Type { get; set; }
Property Value
- string
An string.