images



re 20x20 vs 56x56, forgot to fix some sizes in the control to use diagram's mm units
your suggestion to use stretch alignment works well, thanks (except I still need to figure out how to set overall height/width depending on variable DataTemplate loaded)
I tried your idea of forcing a call to Measure, I think I can now get Height/Width from ActualSize
now using the control:
- the clipping looks like the 2nd screenshot, the first link (at 6 o'clock position) docks to the top left corner
- remaining links are spread around radially almost as expected, except some clip at the edge of the ellipse, some clip at the edge of the bitmap edge, and some in between
3rd image is the correct behaviour, but using my custom EllipseDecorator (subclass of Border) as the outer UIElement.
if I can resolve the remaining clipping problems, UserControls are the most straightforward to use in VS designer
thanks
D.