Node Style

node.style.font.size = 20
node.style.font.name = "Arial"
node.style.setTextColorCode("#ff0000")
node.style.setBackgroundColorCode("#000000")
node.style.edge.setColorCode("#00ff00")

Result:

node style

Details & Notes Style

Can't be done with attributes? only html? Workaround