Is it possible in WPF to make a certain element – say, a Canvas containing a button – semi-transparent? All I could find so far is how to make a whole window transparent or making the background of WPF shapes transparent; but that’s not what I need.
Please provide the answers either in XAML or C# – I don’t speak Visual Basic.
Something along the lines of this perhaps?
Opacityis probably what you are looking for