NavigationViewTemplateSettings.BackButtonVisibility 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 the visibility of the back button.
public:
property Visibility BackButtonVisibility { Visibility get(); };
/// [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::Visibility::Collapsed")]
/// [get: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::Visibility::Collapsed")]
Visibility BackButtonVisibility();
[Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::Visibility::Collapsed")]
public Visibility BackButtonVisibility { [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::Visibility::Collapsed")] get; }
var visibility = navigationViewTemplateSettings.backButtonVisibility;
Public ReadOnly Property BackButtonVisibility As Visibility
Property Value
The visibility of the back button.
- Attributes
-
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValueAttribute