Border.Child Proprietà

Definizione

Ottiene o imposta l'elemento figlio per disegnare il bordo intorno.

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

void Child(UIElement value);
public UIElement Child { get; set; }
var uIElement = border.child;
border.child = uIElement;
Public Property Child As UIElement
<Border>
  singleChild
</Border>

Valore della proprietà

UIElement a cui applicare il bordo.

Si applica a