WPF 中缺少游标
Missing cursors in WPF
Windows 表单具有游标类型 Cursors.NoMoveHoriz
、Cursors.NoMoveVert
和 Cursors.Default
.
WPF 中不存在这些标识符。有没有办法获取它们(不引用 WinForms)?
我认为这些 Cursors 只是在 WPF 中有不同的名称。
Cursors.NoMoveHoriz
是 Cursors.ScrollWE
Cursors.NoMoveVert
是 Cursors.ScrollNS
Cursors.Default
是 Cursors.None
至少这个 .NET fx 源代码是这样建议的:
https://www.dotnetframework.org/default.aspx/Dotnetfx_Vista_SP2/Dotnetfx_Vista_SP2/8@0@50727@4016/DEVDIV/depot/DevDiv/releases/Orcas/QFE/wpf/src/WinFormsIntegration/System/Windows/Integration/Convert@cs/1/Convert@cs
Windows 表单具有游标类型 Cursors.NoMoveHoriz
、Cursors.NoMoveVert
和 Cursors.Default
.
WPF 中不存在这些标识符。有没有办法获取它们(不引用 WinForms)?
我认为这些 Cursors 只是在 WPF 中有不同的名称。
Cursors.NoMoveHoriz
是Cursors.ScrollWE
Cursors.NoMoveVert
是Cursors.ScrollNS
Cursors.Default
是Cursors.None
至少这个 .NET fx 源代码是这样建议的: https://www.dotnetframework.org/default.aspx/Dotnetfx_Vista_SP2/Dotnetfx_Vista_SP2/8@0@50727@4016/DEVDIV/depot/DevDiv/releases/Orcas/QFE/wpf/src/WinFormsIntegration/System/Windows/Integration/Convert@cs/1/Convert@cs