AutomationProperties.SetName(BindableObject, String) Method

Definition

Sets the short, developer-specified, introductory name of the element, such as "Progress Indicator" or "Button".

public static void SetName (Xamarin.Forms.BindableObject bindable, string value);
static member SetName : Xamarin.Forms.BindableObject * string -> unit

Parameters

bindable
BindableObject

The object whose name to set.

value
String

The new name.

Applies to