XamlRoot.Content Propiedad

Definición

Obtiene el elemento raíz del árbol de elementos XAML.

public:
 property UIElement ^ Content { UIElement ^ get(); };
UIElement Content();
public UIElement Content { get; }
var uIElement = xamlRoot.content;
Public ReadOnly Property Content As UIElement

Valor de propiedad

Elemento raíz del árbol de elementos XAML.

Se aplica a