[]
        
(Showing Draft Content)

DDCssLib.CSSDeclaration.AppendValue

AppendValue Method

AppendValue(eCSSProperty, CSSValue)

Adds the specified value for the specified property to this CSSDeclaration.

Declaration
public void AppendValue(eCSSProperty aProperty, CSSValue aValue)
Parameters
Type Name Description
eCSSProperty aProperty

The property the value should be used for.

CSSValue aValue

The value of the property.

Remarks

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.