The CSSStyleDeclaration.getPropertyValue() method interface returns a string containing the value of a specified CSS property.
external String getPropertyValue(String property);