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.
请帮助我,如何在 windows phone 7 中清除画布的指定子项
谢谢 。
您可以使用 :
canvas.Children.Remove(uiElement);
其中 uiElement 是您要删除的孩子。
或者
canvas.Children.RemoveAt(1);
其中 1 是该元素在子集合中的索引