'Declaration Public Overloads Sub ApplyStyle( _ ByVal propertyName As System.String, _ ByVal propertyValue As System.String _ )
public void ApplyStyle( System.string propertyName, System.string propertyValue )
Parameters
- propertyName
- Name of CSS property.
- propertyValue
- CSS value.