Method SetItemTextColor
SetItemTextColor(TreeViewItem, Color?)
Sets foreground color of the item.
void SetItemTextColor(TreeViewItem item, Color? color)Parameters
- itemTreeViewItem
- Item. 
- colorColor
- Foreground color. 
Sets foreground color of the item.
void SetItemTextColor(TreeViewItem item, Color? color)item TreeViewItemItem.
color ColorForeground color.