AutomationProperties.SetIsInAccessibleTree Method

Definition

Sets a Boolean value that tells whether the bindable object is available to the accessibility system.

public static void SetIsInAccessibleTree (Xamarin.Forms.BindableObject bindable, bool? value);
static member SetIsInAccessibleTree : Xamarin.Forms.BindableObject * Nullable<bool> -> unit

Parameters

bindable
BindableObject

The object ot add or remove from the accessibility system.

value
Nullable<Boolean>

true to make bindable visible to the accessibility system. false to remove it from the system.

Applies to