ICSSStyleDeclaration.SetProperty
SetProperty(string, string)
Used to set a property value with default priority within this declaration block. Default priority is not “important” i.e. String.Empty
public void SetProperty(string propertyName, string value)
| Parameter | Type | Description |
|---|---|---|
| propertyName | String | Name of the property. |
| value | String | The value. |
See Also
- interface ICSSStyleDeclaration
- namespace Aspose.Svg.Dom.Css
- assembly Aspose.SVG
SetProperty(string, string, string)
Used to set a property value and priority within this declaration block.
public void SetProperty(string propertyName, string value, string priority)
| Parameter | Type | Description |
|---|---|---|
| propertyName | String | Name of the property. |
| value | String | The value. |
| priority | String | The priority. |
See Also
- interface ICSSStyleDeclaration
- namespace Aspose.Svg.Dom.Css
- assembly Aspose.SVG