Compartir a través de


ItemContainer.Child Propiedad

Definición

Obtiene o establece el elemento secundario del elemento, que puede ser cualquier UIElement. Este es el contenido del elemento.

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

void Child(UIElement value);
public UIElement Child { get; set; }
var uIElement = itemContainer.child;
itemContainer.child = uIElement;
Public Property Child As UIElement

Valor de propiedad

Elemento secundario del elemento, que puede ser cualquier UIElement.

Se aplica a