Langage

TitleBar.Content Propriété

Définition

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.

S’applique à