Hi,
I am changing a textblock foreground color dynamically.I am applying lightest color by using txtEmergency.Foreground = new SolidColorBrush(Colors.Red); and my background color is black.
But the color is not updating properly.The color updating is darker than the actual color.Can anyone help me out on this ?
I am changing a textblock foreground color dynamically.I am applying lightest color by using txtEmergency.Foreground = new SolidColorBrush(Colors.Red); and my background color is black.
But the color is not updating properly.The color updating is darker than the actual color.Can anyone help me out on this ?