i am trying to set the property “background” on a textbox
but i am having this error :
The property 'background' was not found in type 'TextBox.
i guess that i have to import one more reference on xaml but i am not sure which one :S
any ideas ??
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Assuming you’re setting this in XAML, the property name is case sensitive
Background– it looks like yours is all lower case.