WPF TextBox Border when selected?

后端 未结 4 782
生来不讨喜
生来不讨喜 2021-02-06 03:35

I want to make a WPF TextBox have a DarkBlue border and thickness equal to 1. I want to make the WPF have this border ( DarkBlue, thickness set to 1 ) even when the TextBox is s

4条回答
  •  不知归路
    2021-02-06 03:48

    You have the same logic for when "IsMouseOver" True as well False. Change one and you should see something.

提交回复
热议问题