views:

57

answers:

1

Hi,

is it possible to read the value of an IdentityTag if you place it on the TagVisualizer, without having initalized it before?

I would like to use the tags for registering a new object on the Surface but having all the "free" IdentityTags in a Collection for initalizing them all... There must be a better way to do in I think.

But the TagVisualizer doesn't seem to do anything when you put a tag on it that it doesn't know.

A: 

If I understand correctly, you'll need to start by setting up your TagVisualizer with a TagVisualizationDefinition with a Matches method that always returns true.

Josh Santangelo
That seems to be the right answer, but I don't know where to put this Matches-method into.
sofri