Property ContentScriptType
- Namespace
- SharpVectors.Dom.Svg
- Assembly
- SharpVectors.Model.dll
ContentScriptType
Corresponds to attribute contentScriptType on the given 'svg' element
public string ContentScriptType { get; set; }
Property Value
Exceptions
- DomException
NO_MODIFICATION_ALLOWED_ERR:
Raised on an attempt to change the value of a readonly attribute.