C# UWP setting textbox's caret foreground color

551 Views Asked by At

Does anyone know how to change foreground color of textbox's caret (blinking text cursor) in C# UWP?

enter image description here

In the WPF there is a property CaretBrush, but in UWP there is no.

I have tried to change textbox style, but can't find that element.

Thanks.

0

There are 0 best solutions below