FIX. TPF - setting the ForeColor of root RadMenuItem is not taken into consideration
Setting the ForeColor of root menu item is not taken into consideration.
WORKAROUND:
((TextPrimitive)radMenuItem1.Layout.TextPanel.Children[0]).ForeColor = Color.Red;