Share via


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 요소 트리의 루트 요소입니다.

적용 대상