Share via


ElementFactoryRecycleArgs.Element Propiedad

Definición

Obtiene o establece el elemento que se va a reciclar.

public:
 property UIElement ^ Element { UIElement ^ get(); void set(UIElement ^ value); };
UIElement Element();

void Element(UIElement value);
public UIElement Element { get; set; }
var uIElement = elementFactoryRecycleArgs.element;
elementFactoryRecycleArgs.element = uIElement;
Public Property Element As UIElement

Valor de propiedad

Elemento que se va a reciclar.

Se aplica a