Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 799 Bytes

splitview_content.md

File metadata and controls

36 lines (24 loc) · 799 Bytes
-api-id -api-type
P:Windows.UI.Xaml.Controls.SplitView.Content
winrt property

Windows.UI.Xaml.Controls.SplitView.Content

-description

Gets or sets the contents of the main panel of a SplitView.

-xaml-syntax

<SplitView>
  singleObject
</SplitView>

-xaml-values

singleObject
singleObjectA single object element that declares the content. It must be an object that derives from UIElement. Typically it is a class that can support further content as child elements, such as a Panel class.
## -property-value The contents of the main panel of a [SplitView](splitview.md). The default is **null**.

-remarks

-examples

-see-also