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