Remove default mouseover/focus effect on textboxes

前端 未结 3 500
伪装坚强ぢ
伪装坚强ぢ 2021-01-03 23:28

I have created a kind of custom TextBox in Expression Blend. I have changed the fill of the background and border to a gradient, and added in a Shadow Effect.

3条回答
  •  温柔的废话
    2021-01-04 00:12

    The easier solution is just set texbox border thickness to 0, then wrap texbox to your own border:

    
       
    
    

提交回复
热议问题