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

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

使用 clip 属性来处理

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

原文地址:https://www.cnblogs.com/blueker-li/p/3342961.html