SVGScriptElement.Type

SVGScriptElement.Type property

Corresponds to attribute ‘type’ on the given ‘script’ element.

public String Type { get; set; }

Property Value

The attribute ‘type’ of the given ‘script’ element.

Exceptions

exceptioncondition
dOMExceptionCode NO_MODIFICATION_ALLOWED_ERR. Raised on an attempt to change the value of a read only attribute.

See Also