SplitView.Content 属性

定义

获取或设置 SplitView 的main面板的内容。

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 的main面板的内容。 默认值为 null

适用于