Share via


ItemCollectionTransitionProgress.Element Property

Definition

Gets the UIElement to be animated.

public:
 property UIElement ^ Element { UIElement ^ get(); };
UIElement Element();
public UIElement Element { get; }
var uIElement = itemCollectionTransitionProgress.element;
Public ReadOnly Property Element As UIElement

Property Value

The UIElement to be animated.

Applies to