1

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?

LarsTech
  • 80,625
  • 14
  • 153
  • 225
Mario Fraiß
  • 1,095
  • 7
  • 15

1 Answers1

0

I double checked it for you and your code seems fine. Is there something at runtime that might be overriding your settings?

Doug Dawson
  • 1,254
  • 2
  • 21
  • 37
  • One forum I read indicated that it is not adjustable. That's just how it looks. Bummer! Could you cheat by putting the control inside some container and make the container a little smaller? Like mask it? – Doug Dawson Mar 05 '14 at 14:23