Styling a WPF Button with Image+Text

后端 未结 4 3661
忘了有多久
忘了有多久 2021-02-20 19:04

In my C#/WPF/.NET 4.5 application I have buttons with images that I implemented in the following fashion:

4条回答
  •  时光说笑
    2021-02-20 19:26

    I think, it will work if you set Button's ContentTemplate instead of Content.

    
    

提交回复
热议问题