为什么 Silverlight 不支持 Cursors.SizeAll?
Cursors.SizeAll 是少数显然不适用于 Silverlight 的 Windows 游标之一。这是什么原因呢?
我在某处读到(不是英语)这样做是为了减少运行时的大小。这是真的吗?
Cursors.SizeAll is one of a few Windows cursors that are apparently off-limits for Silverlight. What is the reason for this?
I read somewhere (not English) that it was done to reduce the size of the runtime. Is that true?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这种问题很难回答,因为只有Silverlight团队才能权威回答。有相当多的缺失,因此 Silverlight 似乎必须做出某种选择来决定哪些是最常用的。可能还有一些跨平台的考虑因素。 Mac 上的 UI 是否使用 SizeAll 光标,我不知道。
我想不出在哪里使用 SizeAll 游标。
This sort of question is difficult to answer since the only people who can authoritatively answer it are the Silverlight team. There are quite a few missing so it would seem Silverlight has had to make some kind of choice as to which ones are the most commonly used. There is probably some cross platform considerations as well. Do UIs on a Mac use the SizeAll cursor, I dunno.
I can't think of where I would use the SizeAll cursor.