NavigationBarCommands Class
Contains the commands used for the NavigationBar control.
public static class NavigationBarCommands
- Inheritance:
- object object
Properties
SelectPane
The RoutedCommand that is used to select a pane.
public static RoutedCommand SelectPane { get; }
Property Value
Remarks
The related NavigationPane must be located in the command parameter.
ShowFewerPanes
The RoutedCommand that is used to show fewer panes.
ShowMorePanes
The RoutedCommand that is used to show more panes.
ShowOptionsWindow
The RoutedCommand that is used to display the options window.
ToggleMinimization
The RoutedCommand that is used to toggle the minimization state of the navigation bar.
TogglePaneVisibility
The RoutedCommand that is used to toggle the visibility of a NavigationPane.
public static RoutedCommand TogglePaneVisibility { get; }
Property Value
Remarks
The related NavigationPane must be located in the command parameter.