I’m trying to have a background image on an image control in WPF, such as if I load a transparent PNG, I would still be able to see the background. Is it possible, or did Microsoft totally drop this feature with WPF and I have to rely on StackPanels/Grids/Whatever to achieve this ?
Share
Imagehas no property to allow for that, just put theImagein aBorderand set theBorder.Backgroundto anImageBrush.