Element.SetAttribute
Element.SetAttribute method
添加新属性。如果具有该名称的属性已存在于元素中,则其值将更改为值 parameter 的值
public void SetAttribute(string name, string value)
范围 | 类型 | 描述 |
---|---|---|
name | String | 属性名称。 |
value | String | 价值。 |
也可以看看
- class Element
- 命名空间 Aspose.Svg.Dom
- 部件 Aspose.SVG
添加新属性。如果具有该名称的属性已存在于元素中,则其值将更改为值 parameter 的值
public void SetAttribute(string name, string value)
范围 | 类型 | 描述 |
---|---|---|
name | String | 属性名称。 |
value | String | 价值。 |