ItemCollectionTransition.OldBounds Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.