使用MVVM模式在WPF中将焦点放在鼠标输入上时如何闪烁文本框上的光标。 以下是我的代码
<TextBox Name="txtUserName" IsManipulationEnabled="True" Tag="{lex:Loc Key=EnterYourUsername}" TextAlignment="Center" Style="{StaticResource LoginByDomaintxt}" HorizontalAlignment="Right" Text="{Binding UserName, Mode=TwoWay,UpdateSourceTrigger=PropertyChanged}" Foreground="#111111">
答案 0 :(得分:0)
默认情况下,您将使光标闪烁。
<Textbox Name="Name"/>