你好,
我们可以使用笔刷,这样就不会影响到Grid内的控件透明度:
<Window.Resources>
<SolidColorBrush Color="Gray" Opacity=".5" x:Key="OpacityBrush"/>
</Window.Resources>
<Grid Grid.Row="0" Background="{StaticResource OpacityBrush}">
<Button Width="80" Content="Button" />
</Grid>
Screenshot:

We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click
HERE to participate the survey.