NavigationView.PaneDisplayMode Properti
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Mendapatkan atau mengatur nilai yang menunjukkan bagaimana dan di mana panel NavigationView ditampilkan.
Dokumentasi ini berlaku untuk WinUI 2 untuk UWP (untuk WinUI di SDK Aplikasi Windows, lihat namespace SDK Aplikasi Windows).
public:
property NavigationViewPaneDisplayMode PaneDisplayMode { NavigationViewPaneDisplayMode get(); void set(NavigationViewPaneDisplayMode value); };
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 { get; 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; }
Public Property PaneDisplayMode As NavigationViewPaneDisplayMode
Nilai Properti
Nilai enumerasi yang menunjukkan bagaimana dan di mana panel NavigationView ditampilkan. Defaultnya adalah Otomatis.
- Atribut
-
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValueAttribute