Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
这就是我所说的:
我知道这个视觉指示是操作系统的一部分,可以在控制面板中禁用。但是,我想知道是否可以在一个应用程序中禁用此定义。
感谢Raymond Chen提供的建议,我能够找到解决方案。只需在您的应用程序入口点添加这一行:
PointerVisualizationSettings.GetForCurrentView().IsContactFeedbackEnabled = false;