AutomationProperties.SetHelpText(BindableObject, String) Method

Definition

Sets the help text for bindable.

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

Parameters

bindable
BindableObject

The object whose help text to set.

value
String

The new help text value.

Applies to