Set Color Picker window AutomatedProperty.Name property (#12379)

This commit is contained in:
Stefan Markovic 2021-07-21 11:09:02 +02:00 committed by GitHub
parent 9727d56864
commit 37132c91e6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,8 @@
Topmost="True" Topmost="True"
Background="Transparent" Background="Transparent"
SizeToContent="WidthAndHeight" SizeToContent="WidthAndHeight"
AllowsTransparency="True"> AllowsTransparency="True"
AutomationProperties.Name="Color Picker">
<e:Interaction.Behaviors> <e:Interaction.Behaviors>
<behaviors:ChangeWindowPositionBehavior/> <behaviors:ChangeWindowPositionBehavior/>
<behaviors:AppearAnimationBehavior/> <behaviors:AppearAnimationBehavior/>