Hello every body !!! .
Now , i develop silverlight application , which this application contains two Usercontrols
the first one
add some information about certain shop and locate its location in the map to store its location extents and its MapPoints from the map to Database
the second one
to retreive shop information and its location extents and mappoint from DB to locate these extents and MapPoint in the Map
but i have a big problem ???!!!! 😞
I'am working with MVVM in Silverlight
Now i have a problem in the binding to Extents XMAx , YMax , Xmin , Ymin to get stored extents from DB to set these extents to Map extents
<esriGeometry:Envelope XMin="{Binding ExtentXMin}" YMin="{Binding ExtentYMin}" XMax="{Binding ExtentXMax}" YMax="{Binding ExtentYMax}" />
its not working this operation
please help me to solve this problem
thank you