Accessibility focusable - Xamarin

In Xamarin, the IsInAccessibleTree property indicates whether assistive technologies can focus on an element.

<Image 
  AutomationProperties.IsInAccessibleTree="False" />