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)
ParameterTypeDescription
propertyNameStringName of the property.

Return Value

Returns property priority

See Also