0
我需要的風格PhoneTextBox( 「CLR的命名空間:Microsoft.Phone.Controls;裝配= Microsoft.Phone.Controls.Toolkit」)如何在Windows Phone 8中設置PhoneTextBox的樣式?
<toolkit:PhoneTextBox x:Name="txtName" InputScope="Text" PlaceholderText="name"/>
我使用的,而不是提示屬性PlaceHolderText。我能夠找到適用於提示的默認樣式。但不適用於PlaceholderText。請指導我。
謝謝!但是我沒有找到PhoneTextBox的提示。相反,我得到了PlaceholderText。 – meetme 2014-09-03 09:04:58
我已經使用WPtoolkit.Kinnara。 – meetme 2014-09-03 09:15:20
@Meee它改變了一切:)在這裏你去:[Generic.xaml](https://github.com/Kinnara/WPToolkit/blob/custom/Microsoft.Phone.Controls.Toolkit.WP8/Themes/Generic.xaml)檢查1489行。 – 2014-09-03 09:17:55