[ColorPicker] Accessibility: announce which color will be copied to clipboard (#12367)

This commit is contained in:
Andrey Nekrasov
2021-07-14 20:55:55 +03:00
committed by GitHub
parent 4d8c18a557
commit 25a7bf9ab0

View File

@@ -48,12 +48,12 @@
Height="36"
Width="36"
Grid.Column="2"
AutomationProperties.HelpText="{Binding ElementName=FormatNameTextBlock, Path=Text}"
AutomationProperties.Name="{x:Static p:Resources.Copy_to_clipboard}"
AutomationProperties.HelpText="{Binding ElementName=ColorTextRepresentationTextBlock, Path=Text}"
FontSize="12"
Style="{StaticResource DefaultButtonStyle}"
FontFamily="Segoe MDL2 Assets"
Content="" />
Content="" />
</Grid>
<Border.Effect>
<DropShadowEffect BlurRadius="6" Opacity="0.24" ShadowDepth="1" />