Share via


ItemCollectionTransition.OldBounds Property

Definition

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

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

Property Value

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

Applies to