| Author: ravindar 20 Jun 2008 | Member Level: Bronze | Rating: Points: 2 |
you can use inkcanvas label then you can draw
|
| Author: ravindar 20 Jun 2008 | Member Level: Bronze | Rating: Points: 2 |
http://blogs.msdn.com/bsinghal/archive/2007/12/11/wpf-using-the-inkcanvas-control.aspx
|
| Author: Roger Simon 08 Jul 2008 | Member Level: Bronze | Rating: Points: 3 |
You can you the Image tag in xaml as show below to draw images in WPF <Image> <Image.Source> <BitmapImage UriSource="type path of image here" /> </Image.Source> </Image>
|