I’ve started to play with DGML, and I see in the schema that the Node element supports a Shape attribute.
I’ve tried things like
<Node Shape='square'... with no effect.
Is Shape really supported in DGML?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I don’t appear to be able to get the shape attribute to affect anything either.
I assume you are using the new VS2010 viewer?
The following guide (which is a pretty handy reference, actually) does give this example:
This does appear to work – setting shape=”none” removes the shape.
It is likely that support for displaying different shapes has not been implemented in the viewer yet, so only ‘none’ makes any difference.