NavigationPage.GetBackButtonAccessibilityLabel(BindableObject) Method

Definition

Gets the accessibility label for the back button of the specified page.

public:
 static System::String ^ GetBackButtonAccessibilityLabel(Microsoft::Maui::Controls::BindableObject ^ page);
public static string GetBackButtonAccessibilityLabel(Microsoft.Maui.Controls.BindableObject page);
static member GetBackButtonAccessibilityLabel : Microsoft.Maui.Controls.BindableObject -> string
Public Shared Function GetBackButtonAccessibilityLabel (page As BindableObject) As String

Parameters

page
BindableObject

The Page whose back-button's accessibility label is being requested.

Returns

The accessibility label read by screen readers for the back button, or null if not set.

Applies to