Compartir a través de


ItemCollectionTransitionCompletedEventArgs.Element Propiedad

Definición

Obtiene el UIElement objeto que se ha animado.

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

Valor de propiedad

El UIElement que fue animado.

Se aplica a