Hi,
I can't make this work. I have a tool, I can add text boxes, edit them but they won't appear on my printed map (using ArcGIS server printing).
How is Binding supposed to work?
<TextBox Text="{Binding Attributes[MyAttribute], Mode=TwoWay, TargetNullValue=Null}"/>
How do I clone graphics using clonedGraphic.Attributes.Add(o.key, _mytext)?
Thanks a lot for your help.