如何在Windows Phone 8中设置PhoneTextBox的样式?

时间:2014-09-03 08:25:19

标签: xaml windows-phone-8

我需要设置PhoneTextBox的样式(" clr-namespace:Microsoft.Phone.Controls; assembly = Microsoft.Phone.Controls.Toolkit")

    <toolkit:PhoneTextBox x:Name="txtName" InputScope="Text" PlaceholderText="name"/>

我正在使用PlaceHolderText而不是Hint属性。我能够找到申请提示的默认样式。但不适用于PlaceholderText。请指导我。

1 个答案:

答案 0 :(得分:0)

PhoneTextBox没有PlaceholderText财产。它存在于TextBox的{​​{1}}上。 Windows Runtime的类似属性是PhoneTextBox,我建议您使用它。

如果您需要设置样式\ template PhoneTextBox控件,您始终可以在Hint源代码(Generic.xaml)中找到原始样式。