tags:

views:

19

answers:

1

Hi I am using Silverlight for some diagramming purposes. I need to have an Inductor node into my Diagram. How can I construct such a node in Silverlight?

A: 

You are not very specific about what you mean about drawing and inductor node, but I assume you want to create some sort of electrical curcuit diagram.

You can use the classes in the System.Windows.Shapes namespace to create drawings in Silverlight. Depending on your requirements you may want to place these shapes inside a Canvas panel.

Martin Liversage