Posts by felipe.goncalvess • 11 points
1 post
-
1
votes1
answer2006
viewsQ: How do I change the border color of a Textbox in a Windows Phone 8.1 app?
In a certain function of the .cs in C# need to change the color of the edge of a TextBox. In my xaml have the TextBox <TextBox Name="txtResult" Text="resultado"/> And in the cs have the…