SVGElement.Id

SVGElement.Id property

The value of the ‘id’ attribute on the given element, or the empty String if ‘id’ is not present.

public String Id { get; set; }

Property Value

The identifier.

Exceptions

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

See Also