TitleBar.Content Propriedade

Definição

Obtém ou define o conteúdo a ser mostrado no centro da barra de título.

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

Valor da propriedade

O conteúdo a ser exibido no centro da barra de título. O padrão é null.

Aplica-se a