Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 994 Bytes

navigationview_contentoverlay.md

File metadata and controls

30 lines (18 loc) · 994 Bytes
-api-id -api-type ms.custom
P:Windows.UI.Xaml.Controls.NavigationView.ContentOverlay
winrt property
RS5

Windows.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.

Equivalent WinUI 2 API for UWP: Microsoft.UI.Xaml.Controls.NavigationView.ContentOverlay (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