Blur effect on window background image
问题 I have a window with image as background. On that window I also have buttons and other controls. This is my style for that window: <Style x:Key="MyWindow" TargetType="{x:Type Window}"> <Setter Property="Background"> <Setter.Value> <ImageBrush ImageSource="Images\myImage.png" /> </Setter.Value> </Setter> <Setter Property="Effect"> <Setter.Value> <BlurEffect Radius="20" /> </Setter.Value> </Setter> </Style> The problem is that the blur effect is applied to the whole window and not just the