GetValue(eCSSProperty,String) Method
Retrieves the value for the specified CSS property from this declaration instance and places the value into sValue.
'Declaration
Public Overloads Sub GetValue( _
ByVal As eCSSProperty, _
ByRef As String _
)
Parameters
- aProperty
- The CSS property to retrieve the value for.
- sValue
- The string variable to set to the string representation of the specified property's value.