Element.SetAttribute
Element.SetAttribute method
Adds a new attribute. If an attribute with that name is already present in the element, its value is changed to be that of the value parameter
public void SetAttribute(string qualifiedName, string value)
Parameter | Type | Description |
---|---|---|
qualifiedName | String | The attribute name. |
value | String | The value. |
See Also
- class Element
- namespace Aspose.Svg.Dom
- assembly Aspose.SVG