Hello,
I have got Path object and the data part is a set of EllipseGeometry objects.
EllipseGeometry Center, RadiusX & RadiusY are bound to width and height of path.
When i modify the ellipse radius & center points from an adorner i'll lose the data binding of it.
so is there any way i can keep the binding and re-apply it . It seems that the element.GetBindingExpression will not work here.
Any suggestions ?