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 can we post XML strings along with text strings in iOS -

c# - cefsharp app remember password option -

linux - Writing to Embedded Controller registers in Ubuntu 14.04 -