I am using the Microsoft MapPoint 2011 ActiveX Control in a Windows Forms Host within a WPF Application and try to remove the nasty 3D Border. I already tried to set the following Properties without success:
axMapPointControl1.BorderStyle = 0;
axMapPointControl1.Appearance = 0;
Any ideas?