在 Windows Phone 8.1 中滑动文本时如何自动将单词大写?

How to automatically capitalize words when text swiping in Windows Phone 8.1?

自定义 phone 虚拟键盘的显示时,如何启用文本滑动(形状书写)并让每个单词自动大写?

这适用于 C# XAML WinRT Windows Phone 8.1 应用程序。

在人脉应用中,您可以输入姓名,单词自动大写,同时使用文本滑动。所以这是可能的,但是如何呢?

尝试 TextBox.IsTextPredictionEnabled and TextBox.IsSpellCheckEnabled 属性。