SystemNavigationManager.AppViewBackButtonVisibility Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value that indicates whether a back button is shown in the system UI.
public:
property AppViewBackButtonVisibility AppViewBackButtonVisibility { AppViewBackButtonVisibility get(); void set(AppViewBackButtonVisibility value); };
AppViewBackButtonVisibility AppViewBackButtonVisibility();
void AppViewBackButtonVisibility(AppViewBackButtonVisibility value);
public AppViewBackButtonVisibility AppViewBackButtonVisibility { get; set; }
var appViewBackButtonVisibility = systemNavigationManager.appViewBackButtonVisibility;
systemNavigationManager.appViewBackButtonVisibility = appViewBackButtonVisibility;
Public Property AppViewBackButtonVisibility As AppViewBackButtonVisibility
Property Value
One of the enumeration values that specifies whether a back button is shown in the system UI. The default is Collapsed.
Remarks
If your app relies on a system provided back button, like the back button on a phone, you can opt-in to showing a system back button on device platforms that don't have a system back button by default, such as a desktop device.