我正在手机上开发 Windows 通用应用程序(XAML,C#),并为讲述人启用辅助功能。有人知道如何让旁白在打开页面时自动阅读页面标题吗?
我尝试在页面中设置automationproperties.name 但没有奏效:
<Page
x:Class="xxxxxx"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
AutomationProperties.Name="Page title to be read"
Background="{ThemeResource ApplicationPageBackgroundThemeBrush}">