getPropertyValue method
Gets the value of a Cascading Style Sheets (CSS) property if it is explicitly set within the current declaration block.
![]() ![]() |
Syntax
object.getPropertyValue(bstrPropertyName)Parameters
- bstrPropertyName [in]
-
Type: String
The name of the CSS property.
Return value
Type: String
The value of the property if it is explicitly set for this declaration block, or null.
Standards information
See also
- CSSStyleDeclaration
- currentStyle
- style
- Reference
- getPropertyPriority
- item
- length
- removeProperty
- setProperty
Show:

