SVGScriptElement.CrossOrigin
SVGScriptElement.CrossOrigin property
Corresponds to attribute ‘crossorigin’ on the given ‘script’ element.
public String CrossOrigin { get; set; }
Property Value
The attribute ‘crossorigin’ of the given ‘script’ element.
Exceptions
exception | condition |
---|---|
dOMException | Code NO_MODIFICATION_ALLOWED_ERR . Raised on an attempt to change the value of a read only attribute. |
See Also
- class SVGScriptElement
- package com.aspose.html.Dom.Svg
- package Aspose.HTML