ICSSStyleDeclaration.GetPropertyValue
ICSSStyleDeclaration.GetPropertyValue method
Used to retrieve the value of a CSS property if it has been explicitly set within this declaration block.
public string GetPropertyValue(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