Text Color on Node

Hi All,

How to change text color on node?

(go.Shape, "RoundedRectangle", {height: 'auto', width: 200, strokeWidth: 0, fill: "Blue"}), (go.TextBlock, " Create ", { margin: 1 })

Node color is blue so want to make text color white.

Thanks

Set your TextBlock’s TextBlock | GoJS API

See for example: Org Chart Editor