【发布时间】:2015-12-25 05:25:49
【问题描述】:
我正在手机上开发 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}">
【问题讨论】:
标签: windows accessibility uwp narrator