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?
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
Post a Comment