AutomationProperties.SetHelpText(BindableObject, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- System.String
The new help text value.