Just like the question how can make it look glassy? I just want one solid glass look though. What I have below is a linear gradient, I want a solid blurry glassy look but still be able to see all my content in front of it.
<Grid.Background>
<LinearGradientBrush Opacity="10" ColorInterpolationMode="ScRgbLinearInterpolation" EndPoint="1,10">
<GradientStop Color="Transparent" Offset="2"/>
<GradientStop Color="Ivory" Offset="0"/>
</LinearGradientBrush>
</Grid.Background>
You basically need the Gradient to accomplish the glassy effect unless you maybe want to stack a shape or a path on top like half way up, white, with a reduced opacity. Maybe an example of whats meant by a “solid” and “blurry” glassy look would help others visualize? Because those sound pretty opposite? Or you could just stick with LinearGradient’s