NavigationView.PaneDisplayMode 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 une valeur qui indique comment et où le volet NavigationView est affiché.
public:
property NavigationViewPaneDisplayMode PaneDisplayMode { NavigationViewPaneDisplayMode get(); void set(NavigationViewPaneDisplayMode value); };
/// [get: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::NavigationViewPaneDisplayMode::Auto")]
/// [set: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::NavigationViewPaneDisplayMode::Auto")]
NavigationViewPaneDisplayMode PaneDisplayMode();
void PaneDisplayMode(NavigationViewPaneDisplayMode value);
/// [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::NavigationViewPaneDisplayMode::Auto")]
/// [get: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::NavigationViewPaneDisplayMode::Auto")]
/// [set: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::NavigationViewPaneDisplayMode::Auto")]
NavigationViewPaneDisplayMode PaneDisplayMode();
void PaneDisplayMode(NavigationViewPaneDisplayMode value);
public NavigationViewPaneDisplayMode PaneDisplayMode { [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::NavigationViewPaneDisplayMode::Auto")] get; [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::NavigationViewPaneDisplayMode::Auto")] set; }
[Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::NavigationViewPaneDisplayMode::Auto")]
public NavigationViewPaneDisplayMode PaneDisplayMode { [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::NavigationViewPaneDisplayMode::Auto")] get; [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::NavigationViewPaneDisplayMode::Auto")] set; }
var navigationViewPaneDisplayMode = navigationView.paneDisplayMode;
navigationView.paneDisplayMode = navigationViewPaneDisplayMode;
Public Property PaneDisplayMode As NavigationViewPaneDisplayMode
Valeur de propriété
Valeur de l’énumération qui indique comment et où le volet NavigationView est affiché. La valeur par défaut est Auto.
- Attributs
-
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValueAttribute