Published
- 1 min read
wpf image clip with rounded corners
The solution for this is noted below
wpf image clip with rounded corners
Solution
<Border CornerRadius="8,0,8,0">
<Border.Background>
<ImageBrush Stretch="Fill" ImageSource="ImageSource"/>
</Border.Background>
</Border>
Try other methods by searching on the site. That is if this doesn’t work