Xamarin.Forms by Xamarin Inc.

<PackageReference Include="Xamarin.Forms" Version="2.5.0.121934" />

.NET API 1,049,536 bytes

 AutomationProperties

public class AutomationProperties
Contains both abbreviated and detailed UI information that is supplied to accessibility services.
public static readonly BindableProperty HelpTextProperty

Backing store for the attached property that contains the detailed description of the UI element and its behavior.

Backing store for the attached property that contains a Boolean value that tells whether the element is available to the accessible app.

public static readonly BindableProperty LabeledByProperty

Backing store for the attached property that holds a reference to the element that labels the element that is being made accessible.

public static readonly BindableProperty NameProperty

Backing store for the attached property that contains the brief description of the UI element

public static string GetHelpText(BindableObject bindable)

public static bool? GetIsInAccessibleTree(BindableObject bindable)

public static VisualElement GetLabeledBy(BindableObject bindable)

public static string GetName(BindableObject bindable)

public static void SetHelpText(BindableObject bindable, string value)

public static void SetIsInAccessibleTree(BindableObject bindable, bool? value)

public static void SetLabeledBy(BindableObject bindable, VisualElement value)

public static void SetName(BindableObject bindable, string value)