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


when customizing display phone's virtual keyboard, how enable text swiping (shape writing) , have each word automatically capitalized?

this c# xaml winrt windows phone 8.1 app.

in people app, can enter name, words being automatically capitalized, , using text swiping @ same time. possible, how?

try textbox.istextpredictionenabled , textbox.isspellcheckenabled properties.


Comments