SplitView.Content 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 ^ 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>
Property Value
The contents of the main panel of a SplitView. The default is null.