I am trying to figure out how to have a transparent background on the app, that lets the user see behind it. I've tried to change background
and opacity
parameters in xaml
file, but nothing changed.
I have set a transparent image in background also
<Page.Background>
<ImageBrush Stretch="Fill" ImageSource="Assets/fond.png"/>
</Page.Background>
But it doesn't work
Does anyone know how to perform this?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…