ICSSStyleDeclaration.GetPropertyPriority
ICSSStyleDeclaration.GetPropertyPriority method
Used to retrieve the priority of a CSS property (e.g. the “important” qualifier) if the property has been explicitly set in this declaration block.
public string GetPropertyPriority(string propertyName)
Parameter | Type | Description |
---|---|---|
propertyName | String | Name of the property. |
Return Value
Returns property priority
See Also
- interface ICSSStyleDeclaration
- namespace Aspose.Svg.Dom.Css
- assembly Aspose.SVG