AutomationProperties.SetLabeledBy(BindableObject, VisualElement) Method

Definition

Sets another element, such as a Label as the label for bindable.

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

Parameters

bindable
BindableObject

The object whose label to set.

value
VisualElement

The visual element that will name bindable, or null to make bindable its own label.

Applies to