Answers for "how to add image to wpf"

1

how to add image to wpf

<Image>
      <Image.Source>
           <BitmapImage  UriSource="../../images/jamsnaps-dark.png" />
      </Image.Source>
   </Image>
Posted by: Guest on February-16-2021

Browse Popular Code Answers by Language