Template Selector in GoXam

Hi,

Does the Goxam has the template selector in it. I have the following code

<go:Diagram NodeTemplate="{StaticResource NodeTemplate}"
LinkTemplate="{StaticResource LinkTemplate}">

Text in bold. I want to add a template selector here. How can I do that.

Thanks in advance

Use a DataTemplateDictionary as the Diagram.NodeTemplateDictionary.
GoXam Introduction, template dictionaries