Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xamarin/Xamarin.PropertyEditing.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBret Johnson <bret.johnson@microsoft.com>2021-01-06 10:26:02 +0300
committerBret Johnson <bret.johnson@microsoft.com>2021-01-06 10:26:02 +0300
commit7fef8285bce8a346d06ee92449422e629d28c3a3 (patch)
tree576b37dc69532a15f645dc110451ca52b9e227c9 /Xamarin.PropertyEditing.Windows
parentd820cccf8bb64a27b02cea4d9ad72a742dc4eb8f (diff)
Add Name a11y property to expander
Set AutomationProperty.Name on the "advanced properties" expander control (with value "Advanced Properties") for a11y. Fixes AB#1214551
Diffstat (limited to 'Xamarin.PropertyEditing.Windows')
-rwxr-xr-x[-rw-r--r--]Xamarin.PropertyEditing.Windows/Themes/PropertyEditorPanelStyle.xaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Xamarin.PropertyEditing.Windows/Themes/PropertyEditorPanelStyle.xaml b/Xamarin.PropertyEditing.Windows/Themes/PropertyEditorPanelStyle.xaml
index c9b2f8e..343a0be 100644..100755
--- a/Xamarin.PropertyEditing.Windows/Themes/PropertyEditorPanelStyle.xaml
+++ b/Xamarin.PropertyEditing.Windows/Themes/PropertyEditorPanelStyle.xaml
@@ -80,6 +80,7 @@
<Setter Property="VerticalAlignment" Value="Stretch" />
<Setter Property="Background" Value="Transparent" />
<Setter Property="Foreground" Value="{DynamicResource ToggleItemForegroundBrush}" />
+ <Setter Property="AutomationProperties.Name" Value="{x:Static prop:Resources.UncommonPropertiesName}" />
<Setter Property="ToolTip" Value="{x:Static prop:Resources.UncommonPropertiesTooltip}" />
<Setter Property="Template">
<Setter.Value>