ICSSStyleDeclaration.GetPropertyValue

ICSSStyleDeclaration.GetPropertyValue method

Used to retrieve the value of a CSS property if it has been explicitly set within this declaration block.

public string GetPropertyValue(string propertyName)
ParameterTypeDescription
propertyNameStringName of the property.

Return Value

Returns property value

See Also