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
- namespace Aspose.Svg
- assembly Aspose.SVG