I have this code:
SolidColorBrush myBrush = new SolidColorBrush(Colors.Red);
gauge.Scales[0].BarMarkers[0].Foreground = myBrush;
Can someone tell me what I am doing wrong?
figured it out. I should have been setting background, not foreground.