Hi,
The image property of the table element is not working. Is there anything i can do, besides drawing it manualy, to display an image in the top-left corner of the table just like VisualStudio shapes?
This is by design. You need to override the Render method to use the graohics object supplied to draw the image. See the "Creating a custom shape" topic in the advanced section of the help file for further details.