ItemCollectionTransition.NewBounds 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 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.