Hi, is there any way to set the color of a label by the xaml?
The text property is already binded to a variable, and i'ld like to set the color as:
if(int.parse(text)< 0) ValueColor=Color.Red;
else ValueColor=Color.Green;
Could i do that?
Hi, is there any way to set the color of a label by the xaml?
The text property is already binded to a variable, and i'ld like to set the color as:
if(int.parse(text)< 0) ValueColor=Color.Red;
else ValueColor=Color.Green;
Could i do that?