Frame::NavigationUIVisibility Property
Gets or sets when the Frame can show its navigation UI.
Assembly: PresentationFramework (in PresentationFramework.dll)
public: property NavigationUIVisibility NavigationUIVisibility { NavigationUIVisibility get(); void set(NavigationUIVisibility value); }
Property Value
Type: System.Windows.Navigation::NavigationUIVisibilityA NavigationUIVisibility value that specifies when the Frame can show its navigation UI. The default value is Automatic.
By default, a Frame shows its navigation UI automatically when the first entry is added to navigation history. The navigation UI subsequently remains visible, with the back or forward navigation buttons becoming appropriately enabled or disabled to reflect the number of entries in back and forward navigation history.
You can ensure that navigation UI is always visible by setting:
You set NavigationUIVisibility to Hidden if you want to hide the navigation UI. This might be the case when navigation UI doesn’t make sense with the content you are displaying from a Frame, or because you are providing your own navigation UI.
Identifier field | |
Metadata properties set to true | None |
Available since 3.0