摘要:玩过phtoshop或者blend的人都知道里面都一个图层管理器,管理图层的遮挡顺序,有置顶层、置底层、置下一层、置上一层四个管理方式。那么在wof中我们应该怎么玩呢? 请看代码,支持多个图层同时操作。首先置顶: private void BringToFront(List<UIElement> CurrentSelection ,UIElementCollection childrens) { List<UIElement> selectionSorted = (from item in CurrentSelection ...
阅读全文
posted @ 2011-08-31 10:59