ItemCollectionTransition.OldBounds 属性

定义

获取移动前元素的视觉边界(在操作的情况下 Move )。

public:
 property Rect OldBounds { Rect get(); };
Rect OldBounds();
public Rect OldBounds { get; }
var rect = itemCollectionTransition.oldBounds;
Public ReadOnly Property OldBounds As Rect

属性值

在操作的情况下,移动前元素的 Move 视觉对象边界。

适用于