Screenreader (NVDA) only reads WPF Window-Title
问题 I'm trying to have Screenreaders (I'm testing with NVDA) read out the AutomationProperties.Name and AutomationProperties.Helptext of the focused Controls. However all it does is saying "MAINWINDOW", when I focus the Application. <Window x:Class="AutomationPropertiesTest.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Title="MainWindow" Height="394" Width="307" > <Grid> <Label Content="Summand" Height="28"