Skip to content

Latest commit

 

History

History
34 lines (17 loc) · 867 Bytes

navigationview_contentoverlay.md

File metadata and controls

34 lines (17 loc) · 867 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.

This documentation applies to WinUI 2 for UWP (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).

-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