public property foregroundColor as Color = null
Optional foreground color used for both the icon and the label.
A null value keeps the color selected by the active theme.
node = TreeNode("Passed") node.foregroundColor = Color.parse("#22C55E")