ICSSStyleDeclaration.GetPropertyValue

ICSSStyleDeclaration.GetPropertyValue method

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

public String GetPropertyValue(String propertyName)
ParameterTypeDescription
propertyNameStringpropertyName is a String representing the property name (hyphen case) to be checked.

Return Value

value is a String containing the value of the property. If not set, returns the empty String.

See Also