wpf image clip with rounded corners

Code Example - wpf image clip with rounded corners

                
                        <Border CornerRadius="8,0,8,0">
    <Border.Background>
        <ImageBrush Stretch="Fill" ImageSource="ImageSource"/>
    </Border.Background>
</Border>