如何使用MVM模式在WPF中的文本框上闪烁光标

时间:2018-08-24 18:51:50

标签: wpf xaml mvvm styles

使用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">

1 个答案:

答案 0 :(得分:0)

默认情况下,您将使光标闪烁。

<Textbox Name="Name"/>