Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 833 Bytes

splitview_pane.md

File metadata and controls

39 lines (27 loc) · 833 Bytes
-api-id -api-type
P:Windows.UI.Xaml.Controls.SplitView.Pane
winrt property

Windows.UI.Xaml.Controls.SplitView.Pane

-description

Gets or sets the contents of the pane of a SplitView.

-xaml-syntax

<SplitView>
  singleObject
  <SplitView.Pane>
    singleObject
  </SplitView.Pane
</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 pane of a [SplitView](splitview.md). The default is **null**.

-remarks

-examples

-see-also