SplitView.Content Property

Definition

Gets or sets the contents of the main panel of a 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>

Property Value

The contents of the main panel of a SplitView. The default is null.

Applies to