UserControl.Content 속성

정의

사용자 컨트롤 내에 포함된 콘텐츠를 가져오거나 설정합니다.

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

void Content(UIElement value);
public UIElement Content { get; set; }
var uIElement = userControl.content;
userControl.content = uIElement;
Public Property Content As UIElement
<UserControl ...>
  singleContentElement
</UserControl>
-or-
<UserControl .../>

속성 값

사용자 컨트롤의 콘텐츠입니다.

적용 대상