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
exception | condition |
---|---|
dOMException | Code NO_MODIFICATION_ALLOWED_ERR. Raised on an attempt to change the value of a read only attribute. |
See Also
- class SVGElement
- package com.aspose.html.Dom.Svg
- package Aspose.HTML