'Declaration Public Overloads Sub GetValue( _ ByVal aProperty As eCSSProperty, _ ByRef sValue As String _ )
public void GetValue( eCSSProperty aProperty, ref string sValue )
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.