Hi,
I am using XAMDiagram and XAMDiagram Tool Box. Now we want to add functionality that we can insert image with in XAMDiagram. so this image work as back ground image with in XAMDiagram. Please let us aware for that because right now i am not finding any property for that.
I found XAM Diagram have background property for changing color but not for binding image. Right now we are finding the way in which we can insert image with in XAMDaigram as background, so that we can drag the shapes from Tool box and drop on back ground image.
your help would be appreciate.
Thanks
Hello Prikanwar,
Are you just looking to change the background of the XamDiagram control to an image? If so, use the ImageBrush object.
<ig:XamDiagram x:Name="diagram"> <ig:XamDiagram.Background> <ImageBrush ImageSource="image.png"/> </ig:XamDiagram.Background>