SplitView.Pane 属性

定义

获取或设置 SplitView 窗格的内容。

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

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

属性值

SplitView 窗格的内容。 默认值为 null

适用于