Hi,
I would like to change the color of the border of a label on button click. I’ve tried to assign a SolidBrush object to the color property, however, it did not change color.
Am I missing out on something?
var newColor = new dundas.controls.SolidColorBrush("Red");
label1.border.color = newColor;
Regards,
Renzi