Click here to Skip to main content
15,885,244 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,

i am working on wndows phone8.1 app, i am new to the windows development.can anyone help me.

How to textbox is transparent with background color when you click in that textbox for entering the text,but i am getting the white color text.here is the of my coding.

<textbox x:name="TextBox" xmlns:x="#unknown">
HorizontalAlignment="Left"
Margin="175,267,0,0"
TextWrapping="Wrap"
PlaceholderText="search contacts"
VerticalAlignment="Top"
Background="White"
BorderBrush="White"
Foreground="Black"/>

i used the above code but i am not getting the transparent textbox with background color, how can i get it.please any one help me.

Thanks,
yvreddy.
Posted
Updated 18-Nov-15 1:15am
v2
Comments
George Jonsson 18-Nov-15 21:39pm    
Can you tell us what you get?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900