NavigationPage.SetBackButtonAccessibilityLabel(BindableObject, String) Method
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.
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.