NavigationPage.SetBackButtonAccessibilityLabel(BindableObject, String) Method

Definition

Sets the accessibility label for the back button of page, allowing the text read by screen readers to differ from the visible back button title.

public:
 static void SetBackButtonAccessibilityLabel(Microsoft::Maui::Controls::BindableObject ^ page, System::String ^ value);
public static void SetBackButtonAccessibilityLabel(Microsoft.Maui.Controls.BindableObject page, string value);
static member SetBackButtonAccessibilityLabel : Microsoft.Maui.Controls.BindableObject * string -> unit
Public Shared Sub SetBackButtonAccessibilityLabel (page As BindableObject, value As String)

Parameters

page
BindableObject

The page parameter.

value
String

The accessibility label value to set.

Applies to