Condividi tramite


ItemContainer.Child Proprietà

Definizione

Ottiene o imposta l'elemento figlio dell'elemento, che può essere qualsiasi UIElement. Questo è il contenuto dell'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

Valore della proprietà

Elemento figlio dell'elemento, che può essere qualsiasi UIElement.

Si applica a