Set foreground back to default color using csharp
My textbox is not turn back to default foreground when being input or focus
When lose focus and refocus again I apply the default foreground
I think the problem is in here
when change the
null
to new SolidColorBrush(Colors.Green)
It react and turn green even when being focus
does anyone know how to set the textbox foreground back to default color using C# ?0 Replies