Returns the value of the CSS style attribute.
nullvar value = obj.getStyle(name);
name (string) - style name
current value of style attribute
var color = obj.getStyle("color");
This method returns only styles set by AW setStyle() method.
setStyle() method