SVGStyleElement.Type

SVGStyleElement.Type property

Corresponds to attribute ‘type’ on the given element.

public String Type { get; set; }

Property Value

The attribute ‘type’ on the given element.

Exceptions

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

See Also