NavigationViewTemplateSettings.BackButtonVisibilityProperty Property

Definition

Identifies the BackButtonVisibility dependency property.

Equivalent WinUI 2 API for UWP: Microsoft.UI.Xaml.Controls.NavigationViewTemplateSettings.BackButtonVisibilityProperty (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).

public:
 static property DependencyProperty ^ BackButtonVisibilityProperty { DependencyProperty ^ get(); };
static DependencyProperty BackButtonVisibilityProperty();
public static DependencyProperty BackButtonVisibilityProperty { get; }
var dependencyProperty = NavigationViewTemplateSettings.backButtonVisibilityProperty;
Public Shared ReadOnly Property BackButtonVisibilityProperty As DependencyProperty

Property Value

The identifier for the BackButtonVisibility dependency property.

Applies to