Possibility to create a tree view with individually styled nodes

Product: PowerShell Universal
Version: 2.10.1

I’ve created a tree view from a folder structure on my system an I would like to highlight some nodes depending on their associated folder content. E.g. red node label background if they (folder) contain a certain file.

Is it even possible to style nodes individually using New-UdTreeView and New-UdTreeNode?
Althoug NewUd-TreeView has the parameters -Style and -Classname New-UdTreeNode doesn’t.