Hi all,
I am trying to set the PanZoomBar to the right top corner with the following code. But it doesn't work. The PanZoomBar is not even visible once Ihave set the Vertical and Horizontal alligment property.
I am running WPF Desktop version 4.5. It is a bug or is there something I have done wrong?
wpfMap1.MapTools.PanZoomBar.HorizontalAlignment
= HorizontalAlignment.Right;
wpfMap1.MapTools.PanZoomBar.VerticalAlignment
= VerticalAlignment.Top;
The MapUnit is set to meter and ShowLogo is off.
wpfMap1.MapUnit = GeographyUnit.Meter;
wpfMap1.AdornmentOverlay.ShowLogo = false;