windows phone 动画 当子控件超出父控件返回时

windows phone 动画 当子控件超出父控件返回时 

使用 clip 属性来处理

 

RectangleGeometry gc = new RectangleGeometry();
gc.Rect = new Rect(0, 0, 478, 408);
GridLinelayout.Clip = gc;

posted @ 2013-09-27 16:20  blueker_li  阅读(164)  评论(0编辑  收藏  举报