Accessibility in Xamarin RadialMenu(SfRadialMenu)

12 Aug 20221 minute to read

AutomationId

The SfRadialMenu control has built-in AutomationId for inner elements. The AutomationId API allows the automation framework to find and interact with the inner elements of the SfRadialMenu control. To keep unique AutomationId, these inner elements AutomationIds are updated based on the control’s AutomationId.

For example, if you set SfRadialMenu’s AutomationId as “Circular Menu” and the first SfRadialMenuItem’s AutomationId as “Circular Menu List”, then the automation framework will interact with the center button as “Circular Menu Center Button” and the first radial item as “Circular Menu List Item 4 of 6” (6 denotes the total count).

The following screenshot illustrates the AutomationIds of inner elements. The automation framework will interact with the Center Back Button as “Circular Menu Center Back Button”.

AutomationId Image