如何转储 WPF 网格中 UIElements 的所有 (X, Y) 位置
我想知道如何迭代 WPF Grid
中的所有元素,然后访问所有这些 UIElements
的绝对定位值(X、Y)。
I would like to know how to iterate through all the elements in a WPF Grid
, and then access the absolute positioning values (X, Y) for all of these UIElements
.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
将为您提供所有直接子级相对于 Grid 的坐标。
Will give you the coordinates of all the direct children relative to the
Grid
.