ICSSStyleDeclaration.RemoveProperty
ICSSStyleDeclaration.RemoveProperty method
Used to remove a CSS property if it has been explicitly set within this declaration block.
public string RemoveProperty(string propertyName)
| Parameter | Type | Description |
|---|---|---|
| propertyName | String | Name of the property. |
Return Value
Returns property value
See Also
- interface ICSSStyleDeclaration
- namespace Aspose.Svg.Dom.Css
- assembly Aspose.SVG