電話で 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}">