'Declaration Public Overloads Function GetStyleValue( _ ByVal propertyName As System.String _ ) As System.String
public System.string GetStyleValue( System.string propertyName )
Parameters
- propertyName
- The CSS property name.
Return Value
The string value of the given property.