TitleBar.Content Propiedad

Definición

Obtiene o establece el contenido que se va a mostrar en el centro de la 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 de propiedad

Contenido que se va a mostrar en el centro de la barra de título. El valor predeterminado es null.

Se aplica a