AutomationProperties.GetLabeledBy(BindableObject) Method

Definition

Returns the element that labels bindable, if bindable does not label itself and if another element describes it in the UI.

[Xamarin.Forms.TypeConverter(typeof(Xamarin.Forms.ReferenceTypeConverter))]
public static Xamarin.Forms.VisualElement GetLabeledBy (Xamarin.Forms.BindableObject bindable);
static member GetLabeledBy : Xamarin.Forms.BindableObject -> Xamarin.Forms.VisualElement

Parameters

bindable
BindableObject

The object whose label to find.

Returns

The element that labels bindable, if present.

Attributes

Applies to