✅ 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
presumably, you've tried
?
apparently, you might also need
WindowTransparencyLevelHint="Transparent"
and/or TransparencyBackgroundFallback="Transparent"
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.