i am building a rotation-tool for features. it works in the following way:
- get location from mapclick
- determine feature from mapservice
- get feature from featureservice
- override the controltemplate of the feature, in this controltemplate I added a rotatetransform
it works fine, even with binding to values of attributes
in the original mapservice the picturemarkersymbol are bigger because the size is based on an uniquevaluerenderer
the featureservice shows my graphic with the default-symbol.
how can i get the image-width/image-height for the feature in use in the mapservice so i can use this for my controltemplate