C
C#8mo ago
illy

✅ Transparent Background

I'm trying to use AvaloniaUI in my project (linux, mac, and windows only) but I'm not sure how to create a window with a semi-transparent background. I'd like to be able to change the opacity of the window, however I can't figure out how to do this. Any helps?
2 Replies
JakenVeina
JakenVeina8mo ago
presumably, you've tried
<Window Background="Transparent"/>
<Window Background="Transparent"/>
? apparently, you might also need WindowTransparencyLevelHint="Transparent" and/or TransparencyBackgroundFallback="Transparent"
Accord
Accord8mo ago
Was this issue resolved? If so, run /close - otherwise I will mark this as stale and this post will be archived until there is new activity.