Share via


ItemCollectionTransition.NewBounds Property

Definition

Gets the visual bounds for the element after the move, in the case of a Move operation.

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

Property Value

The visual bounds for the element after the move, in the case of a Move operation.

Applies to