'Declaration Public Sub AppendValue( _ ByVal aProperty As eCSSProperty, _ ByVal aValue As CSSValue _ )
public void AppendValue( eCSSProperty aProperty, CSSValue aValue )
Parameters
- aProperty
- The property the value should be used for.
- aValue
- The value of the property.