AutomationProperties.GetName(BindableObject) Method

Definition

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

public static string GetName (Xamarin.Forms.BindableObject bindable);
static member GetName : Xamarin.Forms.BindableObject -> string

Parameters

bindable
BindableObject

The object whose name to get.

Returns

The short, introdctory name of the element.

Applies to