[]
Adds the specified value for the specified property to this CSSDeclaration.
public void AppendValue(eCSSProperty aProperty, CSSValue aValue)
Type | Name | Description |
---|---|---|
eCSSProperty | aProperty | The property the value should be used for. |
CSSValue | aValue | The value of the property. |
This method will keep track of the order that the properties are added in so that when the CSS string is recreated, you have the capability to list the properties in the same order as they were originally specified in the declaration block.