Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

XamlRoot.Content Property

Definition

Namespace:
Windows.UI.Xaml

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

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


Feedback

Was this page helpful?