XamlRoot.Content プロパティ

定義

XAML 要素ツリーのルート要素を取得します。

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

プロパティ値

XAML 要素ツリーのルート要素。

適用対象