klyn.gui.windows.TreeNode.foregroundColor
property
public property foregroundColor as Color = null
Description

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")