xaml - How to change TextBox's Background color for the "Not selected state"? -


i can change background color textbox , passwordbox in xaml in windows phone 8.1 project. noticed when textbox , passwordbox in "not selected state" (when i'm not typing in it) has light gray color.

is there way change light gray color white?

here textbox unselectedhere textbox selected

in app resources, override following properties:

<x:double x:key="textcontrolbackgroundthemeopacity">1.0</x:double> <x:double x:key="textcontrolborderthemeopacity">1.0</x:double> 

Comments

Popular posts from this blog

How to run C# code using mono without Xamarin in Android? -

c# - SharpSsh Command Execution -

python - Specify path of savefig with pylab or matplotlib -