Border.Child Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtém ou define o elemento filho para desenhar a borda ao redor.
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>
Valor da propriedade
O UIElement ao qual aplicar a borda.