Suppose in UserControl we have Two nested Grid layout, and I need to blur the Grid2 BackGround So the TextBlock value which is in Grid1 BackGround become Blurry. Is there any Solution or Suggestion for this how we can do without Image
<UserControl>
<Grid x:name"Grid1">
<Grid.BackGround>
<Textblock></TextBlock>
</Grid.backGround>
<Grid x:Name: "Grid2">
</Grid>
</Grid>
</UserControl>