从 C# WPF 应用程序中的 ActiveX 控件中删除令人讨厌的 3D 边框
我在 WPF 应用程序的 Windows 窗体主机中使用 Microsoft MapPoint 2011 ActiveX 控件,并尝试删除令人讨厌的 3D 边框。我已经尝试设置以下属性但没有成功:
axMapPointControl1.BorderStyle = 0;
axMapPointControl1.Appearance = 0;
有什么想法吗?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我为你仔细检查了一遍,你的代码看起来没问题。运行时是否有某些内容可能会覆盖您的设置?
I double checked it for you and your code seems fine. Is there something at runtime that might be overriding your settings?