C# WPF transparent window with a border

前端 未结 2 822
孤街浪徒
孤街浪徒 2021-02-08 17:57

I would like to make a simple application which is transparent but retains the \'normal\' borders, close button, minimize and maximize button.

I know how to make the win

2条回答
  •  清酒与你
    2021-02-08 18:10

    I would first look at the (a)lpha setting in the rgb(a) color of the background color. The alpha setting sets the opacity of the object color.

    Although, I notice that as I'm posting this, there is another post before mine that looks more concise and would probably be more appropriate for you.

提交回复
热议问题