TitleBar.Content Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit le contenu à afficher au centre de la barre de titre.
public:
property UIElement ^ Content { UIElement ^ get(); void set(UIElement ^ value); };
UIElement Content();
void Content(UIElement value);
public UIElement Content { get; set; }
var uIElement = titleBar.content;
titleBar.content = uIElement;
Public Property Content As UIElement
Valeur de propriété
Contenu à afficher au centre de la barre de titre. La valeur par défaut est null.