We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 213d3f2 + bba648f commit 7bca4f8Copy full SHA for 7bca4f8
Microsoft.Toolkit.Uwp.UI.Controls.Core/MetadataControl/MetadataControl.xaml
@@ -7,6 +7,7 @@
7
<Setter.Value>
8
<ControlTemplate TargetType="controls:MetadataControl">
9
<TextBlock x:Name="TextContainer"
10
+ AutomationProperties.AccessibilityView="{TemplateBinding AutomationProperties.AccessibilityView}"
11
Style="{TemplateBinding TextBlockStyle}" />
12
</ControlTemplate>
13
</Setter.Value>
0 commit comments