标签: vb.net silverlight windows-phone-7 xaml
我正在尝试在文本框中设置属性“background” 但我有这个错误: The property 'background' was not found in type 'TextBox.
The property 'background' was not found in type 'TextBox.
我想我必须在xaml上再输入一个参考,但我不确定是哪一个:S
任何想法??
答案 0 :(得分:4)
假设您在XAML中设置此属性,属性名称区分大小写Background - 看起来您的全部小写。
Background