ICSSStyleDeclaration.RemoveProperty

ICSSStyleDeclaration.RemoveProperty method

Used to remove a CSS property if it has been explicitly set within this declaration block.

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

Return Value

Returns property value

See Also