Skip to content

Latest commit

 

History

History
32 lines (16 loc) · 636 Bytes

navigationview_contentoverlay.md

File metadata and controls

32 lines (16 loc) · 636 Bytes
-api-id -api-type
P:Microsoft.UI.Xaml.Controls.NavigationView.ContentOverlay
winrt property

Microsoft.UI.Xaml.Controls.NavigationView.ContentOverlay

-description

Gets or sets a UI element that is shown at the top of the control, below the pane if PaneDisplayMode is Top.

-property-value

The element that is shown at the top of the control.

-remarks

The ContentOverlay property takes a single UIElement. This is typically a layout panel, such as Grid or StackPanel, that contains additional elements.

-see-also

-examples