Ga naar hoofdinhoud
Logo Appt Light

Accessibility label on Xamarin

An accessibility label helps users of assistive technologies to identify elements on the screen. The accessibility label is conveyed to assistive technologies. Accessibility labels are announced by the screen reader and presented visually by voice control.

Met Xamarin Forms kun je een toegankelijkheidslabel instellen via de AutomationProperties.Name eigenschap.

<Control 
  AutomationProperties.Name="Appt" />
Bijdragen

Feedback?

Laat 't ons weten!