问题
How can I change textbox caret color in windows phone 8.1 universal app? in windows phone 8 we used TextBox.CaretBrush to change caret color. But this is missing in windows phone 8.1 WinRt. Is there are way to change caret color?
回答1:
In Windows Phone universal app, we can't use CaretBrush any more.
Windows Phone 8.1 (Silverlight) vs Windows Phone 8.1
But we can change background of TextBox when Focus
and UnFocus
, So the caret can be seen.
来源:https://stackoverflow.com/questions/25617692/how-to-change-caret-color-in-windows-phone-8-1-universal-app