We are currently developing a WPF application centered around the Desktop Edition control. There are alot of things within WPF that would make using this control very easy (and slick) to use. I've downloaded the daily build and played around with the WpfMap control.
- Can anyone tell me if this control is a pure WPF control? (as opposed to a WinForms control wrapped inside a WinFormsHost object)
- Are any of the controls properties "dependency properties"? It would be nice to use databinding to bind to the Overlays collection. Further to that, the Layers themselves have a ZoomLevelSet property, and it would be incredibly useful for us if those style properties were bindable.
- Can we seen any performance improvements in the WPF version over the WinForms one?
- Any plans for making this control WPF 3D capable? I can see it being used for rich map interactions like representing layers in 3D etc.
Any answers or comments will be appreciated.
David