ItemCollectionTransition.NewBounds 属性

定义

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

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

属性值

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

适用于