Answers for "wpf xaml image rounded corners"

C#
0

wpf rounded image

<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 xaml image rounded corners"

C# Answers by Framework

Browse Popular Code Answers by Language