Window.Content 속성

정의

애플리케이션 창의 시각적 루트를 가져오거나 설정합니다.

public:
 property UIElement ^ Content { UIElement ^ get(); void set(UIElement ^ value); };
UIElement Content();

void Content(UIElement value);
public UIElement Content { get; set; }
var uIElement = window.content;
window.content = uIElement;
Public Property Content As UIElement

속성 값

애플리케이션 창의 시각적 루트입니다.

적용 대상