Answers for "wpf image clip with rounded corners"

C#
0

wpf image clip with rounded corners

<Border CornerRadius="8,0,8,0">
    <Border.Background>
        <ImageBrush Stretch="Fill" ImageSource="ImageSource"/>
    </Border.Background>
</Border>
Posted by: Guest on August-23-2021

Code answers related to "wpf image clip with rounded corners"

C# Answers by Framework

Browse Popular Code Answers by Language