I want to check if Windows narrator is enabled in UWP. Is there any event which I can subscribe to get narrator event? Alternatively is it possible to check if narrator is enabled?
I tried to find if there are any events or methods for checking narrator related information in UWP but could not find anything. When AutomationProperty is added in any UWP XAML it works but I could find any way to capture or get the state of narration from code.