AutomationProperties.GetHelpText(BindableObject) Method

Definition

Returns the help text, if any, for the bindable object.

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

Parameters

bindable
BindableObject

The bindable object whose help text to get.

Returns

Applies to