How to change caret color in windows phone 8.1 uni

2019-08-09 06:01发布

问题:

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.