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.
1 parent 21aea6f commit 5f0d875Copy full SHA for 5f0d875
Microsoft.Toolkit.Uwp.UI.Controls/ColorPicker/ColorPicker.xaml
@@ -165,7 +165,8 @@
165
<DataTemplate>
166
<Border HorizontalAlignment="Stretch"
167
VerticalAlignment="Stretch"
168
- AutomationProperties.Name="{Binding Converter={StaticResource ColorToDisplayNameConverter}}">
+ AutomationProperties.Name="{Binding Converter={StaticResource ColorToDisplayNameConverter}}"
169
+ ToolTipService.ToolTip="{Binding Converter={StaticResource ColorToDisplayNameConverter}}">
170
<Border.Background>
171
<SolidColorBrush Color="{Binding}" />
172
</Border.Background>
0 commit comments