This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
WPF Control, How to set transparency? #15988
Labels
Needs-Tag-Fix
Doesn't match tag requirements
Needs-Triage
It's a new issue that the core contributor team needs to triage at the next triage meeting
I know the work is going on for the WPF and UWP controls, but I was looking on how to set the transparency for the WPF terminal control. Currently, it seems that the theme allows only for a solid background color, so I modified the TerminalSetTheme Method to also do EnableTransparentBackground(true) , however still the terminal control loads using the Background solid color, I looked up the source code for the Terminal app to see how it was doing this, and aside for the EnableTransparentBackground setting (I dont know c++. so I certainly have missed something), I was unable to locate how it did this. That means that I could not find where the transparency setting should be made, does the renderer does this, or will I have to modify something else?
The text was updated successfully, but these errors were encountered: