C# UWP setting textbox's caret foreground color -
does know how change foreground color of textbox's caret (blinking text cursor) in c# uwp?
in wpf there property caretbrush, in uwp there no.
i have tried change textbox style, can't find element.
thanks.

Comments
Post a Comment