Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/visual-studio/8.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
C# 如何在windows phone 8.1通用应用程序中更改插入符号颜色_C#_Xaml_Windows Phone 8.1_Win Universal App - Fatal编程技术网

C# 如何在windows phone 8.1通用应用程序中更改插入符号颜色

C# 如何在windows phone 8.1通用应用程序中更改插入符号颜色,c#,xaml,windows-phone-8.1,win-universal-app,C#,Xaml,Windows Phone 8.1,Win Universal App,如何在windows phone 8.1通用应用程序中更改文本框插入符号颜色?在windows phone 8中,我们使用TextBox.CaretBrush更改插入符号颜色。但这在windows phone 8.1 WinRt中缺失。有没有办法更改插入符号的颜色?在Windows Phone universal app中,我们不能再使用插入符号了 但是我们可以在Focus和UnFocus时更改文本框的背景,这样就可以看到插入符号

如何在windows phone 8.1通用应用程序中更改文本框插入符号颜色?在windows phone 8中,我们使用TextBox.CaretBrush更改插入符号颜色。但这在windows phone 8.1 WinRt中缺失。有没有办法更改插入符号的颜色?

在Windows Phone universal app中,我们不能再使用插入符号了

但是我们可以在
Focus
UnFocus
时更改文本框的背景,这样就可以看到插入符号