Can i set the window border color in WPF?

后端 未结 2 1023
臣服心动
臣服心动 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

    As far as I can remember (It is more than 4 years ago), you can create a style to use with a WPF window.

    This is a sample window Style:

     
         
    
    

    And the result will look like this:

    http://www.codeproject.com/KB/WPF/CustomWPFWindow/8.png

    Read more on Create Custom Windows in WPF with Ease

提交回复
热议问题