Can i set the window border color in WPF?

后端 未结 2 1028
臣服心动
臣服心动 2021-01-31 10:57

May i know how to set the window style or color? The image below is my WPF \"enter

I want

2条回答
  •  春和景丽
    2021-01-31 11:45

    You can use the XAML below to achieve rounded corner windows in WPF, the problem with this approach is you'll have to implement your own buttons for Minimize,Maximize and Close.

    Fortunately there is a library on code plex which does all this for you

    
        
        
    
    

提交回复
热议问题