SplitView.Content 속성

정의

SplitView의 기본 패널 내용을 가져오거나 설정합니다.

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

void Content(UIElement value);
public UIElement Content { get; set; }
var uIElement = splitView.content;
splitView.content = uIElement;
Public Property Content As UIElement
<SplitView>
  singleObject
</SplitView>

속성 값

SplitView의 기본 패널 내용입니다. 기본값은 null입니다.

적용 대상