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.
助けてください、WindowsPhone7でキャンバスの指定された子をクリアする方法
ありがとう 。
使用できます:
canvas.Children.Remove(uiElement);
ここで、uiElement は削除する子です。
また
canvas.Children.RemoveAt(1);
ここで、1 は子コレクション内のこの要素のインデックスです