hi
I want to transparent a wpf control in a winapp.
I know that i can transparent the normal form and set its opacuty=0.if i transparent wpf control The background of the parent WPF control can become the background of hosted Windows Forms controls.
And i dont know how can i transparent wpf control and not displayed its backcolor.
For example if i have an image in wpf usercontrol ,It will only be displayed ,and the control backcolor or win form backcolor not displayed .
I want to transparent a wpf control in a winapp.
I know that i can transparent the normal form and set its opacuty=0.if i transparent wpf control The background of the parent WPF control can become the background of hosted Windows Forms controls.
And i dont know how can i transparent wpf control and not displayed its backcolor.
For example if i have an image in wpf usercontrol ,It will only be displayed ,and the control backcolor or win form backcolor not displayed .
Comment