Is there a built-in means of displaying the nodes of polygons/multipolygons in a polygon layer? I see one can control the pen and brush of the DefaultAreaStyle, but I'm not seeing anything regarding displaying the nodes.
Display nodes of a layer
John,
Currently that is not a part of the Area or line Style however you being up an interesting idea. What you currently need to do is to add a new InMemeoryFeaureLayer and add the points to that and then set its PointStyle. It seems like a long way around. I will add a task to add node style support to Lines and Area Shapes for a future release. I have no idea when this will get added but it will at least be recorded and in the queue. If you need more information let me know and we can work up some sample code if necessary.
David