NavigationView.ContentOverlay Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit un élément d’interface utilisateur affiché en haut du contrôle, sous le volet si PaneDisplayMode a la valeur Top.
API WinUI 2 équivalente pour UWP : Microsoft.UI.Xaml.Controls.NavigationView.ContentOverlay (pour WinUI dans le SDK d'application Windows, consultez les espaces de noms SDK d'application Windows).
public:
property UIElement ^ ContentOverlay { UIElement ^ get(); void set(UIElement ^ value); };
UIElement ContentOverlay();
void ContentOverlay(UIElement value);
public UIElement ContentOverlay { get; set; }
var uIElement = navigationView.contentOverlay;
navigationView.contentOverlay = uIElement;
Public Property ContentOverlay As UIElement
Valeur de propriété
Élément affiché en haut du contrôle.
Configuration requise pour Windows
Famille d’appareils |
Windows 10, version 1809 (introduit dans 10.0.17763.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduit dans v7.0)
|
Remarques
La propriété ContentOverlay prend un seul UIElement. Il s’agit généralement d’un panneau de disposition, tel que Grid ou StackPanel, qui contient des éléments supplémentaires.