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"
Background="Transparent"
SizeToContent="WidthAndHeight"
AllowsTransparency="True">
AllowsTransparency="True"
AutomationProperties.Name="Color Picker">
<e:Interaction.Behaviors>
<behaviors:ChangeWindowPositionBehavior/>
<behaviors:AppearAnimationBehavior/>