SplitView.Pane Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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>
Property Value
The contents of the pane of a SplitView. The default is null.