Partager via


NavigationView.IsPaneOpen Propriété

Définition

Obtient ou définit une valeur qui spécifie si le volet NavigationView est développé sur sa pleine largeur.

API WinUI 2 équivalente pour UWP : Microsoft.UI.Xaml.Controls.NavigationView.IsPaneOpen (pour WinUI dans le SDK d'application Windows, consultez les espaces de noms SDK d'application Windows).

public:
 property bool IsPaneOpen { bool get(); void set(bool value); };
bool IsPaneOpen();

void IsPaneOpen(bool value);
public bool IsPaneOpen { get; set; }
var boolean = navigationView.isPaneOpen;
navigationView.isPaneOpen = boolean;
Public Property IsPaneOpen As Boolean
<NavigationView IsPaneOpen="bool" .../>

Valeur de propriété

Boolean

bool

true si le volet est développé sur toute sa largeur ; sinon, false.

S’applique à