How to change caret color in windows phone 8.1 universal app

好久不见. 提交于 2020-01-05 19:26:22

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!