XamlRoot.Content Property

Definition

Gets the root element of the XAML element tree.

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

Property Value

The root element of the XAML element tree.

Applies to