This question is locked. New answers and comments are not allowed.
Hi,
I am trying the 2010 Q1 and I noticed that the HotSpot doesn't have a converter so one could put the HotSpot as an inline xaml property.
So instead of doing:
I would expect to do:
Cheers,
Clint
I am trying the 2010 Q1 and I noticed that the HotSpot doesn't have a converter so one could put the HotSpot as an inline xaml property.
So instead of doing:
| <telerikMapLayers:MapLayer.HotSpot> |
| <telerikMapLayers:HotSpot X="0.5" Y="0.5" /> |
| </telerikMapLayers:MapLayer.HotSpot> |
I would expect to do:
| ... telerikMapLayers:MapLayer.HotSpot="0.5, 0.5" ... |
Cheers,
Clint